Searched refs:gdImageColorClosestHWB (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/main/ |
H A D | php_compat.h | 211 #define gdImageColorClosestHWB php_gd_gdImageColorClosestHWB macro
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gd.h | 400 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
|
H A D | gd.c | 428 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB() function
|
/PHP-5.4/ext/gd/ |
H A D | config.m4 | 273 …PHP_CHECK_LIBRARY(gd, gdImageColorClosestHWB, [AC_DEFINE(HAVE_COLORCLOSESTHWB, 1, [ ])], [], […
|
H A D | gd.c | 121 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b); 3036 RETURN_LONG(gdImageColorClosestHWB(im, red, green, blue)); in PHP_FUNCTION()
|
Completed in 25 milliseconds