Home
last modified time | relevance | path

Searched refs:gdImageColorResolve (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgdtestft.c79 white = gdImageColorResolve (im, 255, 255, 255); in main()
81 black = gdImageColorResolve (im, 0, 0, 0); in main()
H A Dgdxpm.c122 colors[i] = gdImageColorResolve(im, red, green, blue); in gdImageCreateFromXpm()
H A Dgd.h530 int gdImageColorResolve(gdImagePtr im, int r, int g, int b);
H A Dgdft.c620 a->tweencolor = gdImageColorResolve(im,
H A Dgd.c534 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve() function
2336 nc = gdImageColorResolve (dst, ncR, ncG, ncB); in gdImageCopyMerge()
/php-src/main/
H A Dphp_compat.h238 #define gdImageColorResolve php_gd_gdImageColorResolve macro
/php-src/ext/gd/
H A Dgd.c2176 RETURN_LONG(gdImageColorResolve(im, red, green, blue)); in PHP_FUNCTION()

Completed in 40 milliseconds