Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_compat.h211 #define gdImageColorClosestHWB php_gd_gdImageColorClosestHWB macro
/PHP-5.6/ext/gd/libgd/
H A Dgd.h520 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
H A Dgd.c436 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB() function
/PHP-5.6/ext/gd/
H A Dgd.c2941 RETURN_LONG(gdImageColorClosestHWB(im, red, green, blue)); in PHP_FUNCTION()

Completed in 34 milliseconds