Home
last modified time | relevance | path

Searched refs:gdImageColorExact (Results 1 – 4 of 4) sorted by last modified time

/PHP-7.4/ext/gd/
H A Dgd.c3102 RETURN_LONG(gdImageColorExact(im, red, green, blue)); in PHP_FUNCTION()
/PHP-7.4/ext/gd/libgd/
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()
H A Dgd.h522 int gdImageColorExact(gdImagePtr im, int r, int g, int b);
/PHP-7.4/main/
H A Dphp_compat.h237 #define gdImageColorExact php_gd_gdImageColorExact macro

Completed in 32 milliseconds