Home
last modified time | relevance | path

Searched refs:gdImageColorClosest (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.4/ext/gd/
H A Dgd.c2996 RETURN_LONG(gdImageColorClosest(im, red, green, blue)); in PHP_FUNCTION()
/PHP-7.4/ext/gd/libgd/
H A Dgd.c301 int gdImageColorClosest (gdImagePtr im, int r, int g, int b) in gdImageColorClosest() function
2420 nc = gdImageColorClosest(dst, ncR, ncG, ncB); in gdImageCopyMergeGray()
H A Dgd.h513 int gdImageColorClosest(gdImagePtr im, int r, int g, int b);
H A Dgdtest.c304 foreground = gdImageColorClosest (im, 0, 0, 0); in main()
/PHP-7.4/main/
H A Dphp_compat.h233 #define gdImageColorClosest php_gd_gdImageColorClosest macro

Completed in 33 milliseconds