Home
last modified time | relevance | path

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

/PHP-7.4/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.h526 int gdImageColorResolve(gdImagePtr im, int r, int g, int b);
H A Dgdft.c610 a->tweencolor = gdImageColorResolve(im,
H A Dgd.c564 int gdImageColorResolve (gdImagePtr im, int r, int g, int b) in gdImageColorResolve() function
2366 nc = gdImageColorResolve (dst, ncR, ncG, ncB); in gdImageCopyMerge()
/PHP-7.4/main/
H A Dphp_compat.h240 #define gdImageColorResolve php_gd_gdImageColorResolve macro
/PHP-7.4/ext/gd/
H A Dgd.c3078 RETURN_LONG(gdImageColorResolve(im, red, green, blue)); in PHP_FUNCTION()

Completed in 55 milliseconds