Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_compat.h213 #define gdImageColorExact php_gd_gdImageColorExact macro
/PHP-5.5/ext/gd/libgd/
H A Dgd.h521 int gdImageColorExact(gdImagePtr im, int r, int g, int b);
H A Dgd.c461 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact() function
2339 nc = gdImageColorExact(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
/PHP-5.5/ext/gd/
H A Dgd.c2963 RETURN_LONG(gdImageColorExact(im, red, green, blue)); in PHP_FUNCTION()

Completed in 42 milliseconds