Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_compat.h235 #define gdImageColorExact php_gd_gdImageColorExact macro
/php-src/ext/gd/libgd/
H A Dgd.h526 int gdImageColorExact(gdImagePtr im, int r, int g, int b);
H A Dgd.c467 int gdImageColorExact (gdImagePtr im, int r, int g, int b) in gdImageColorExact() function
2384 nc = gdImageColorExact(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
/php-src/ext/gd/
H A Dgd.c2197 RETURN_LONG(gdImageColorExact(im, red, green, blue)); in PHP_FUNCTION()

Completed in 41 milliseconds