Home
last modified time | relevance | path

Searched refs:gdImageColorClosest (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgdtest.c304 foreground = gdImageColorClosest (im, 0, 0, 0); in main()
H A Dgd.h513 int gdImageColorClosest(gdImagePtr im, int r, int g, int b);
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()
/PHP-7.4/main/
H A Dphp_compat.h233 #define gdImageColorClosest php_gd_gdImageColorClosest macro
/PHP-7.4/ext/gd/
H A Dgd.c2996 RETURN_LONG(gdImageColorClosest(im, red, green, blue)); in PHP_FUNCTION()

Completed in 32 milliseconds