Home
last modified time | relevance | path

Searched refs:gdImageColorExact (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/main/
H A Dphp_compat.h237 #define gdImageColorExact php_gd_gdImageColorExact macro
/PHP-7.4/ext/gd/libgd/
H A Dgd.h522 int gdImageColorExact(gdImagePtr im, int r, int g, int b);
H A Dgd.c497 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact() function
2414 nc = gdImageColorExact(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
/PHP-7.4/ext/gd/
H A Dgd.c3102 RETURN_LONG(gdImageColorExact(im, red, green, blue)); in PHP_FUNCTION()

Completed in 66 milliseconds