Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_compat.h230 #define gdImageColor php_gd_gdImageColor macro
/PHP-7.4/ext/gd/libgd/
H A Dgd_filter.c292 int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha) in gdImageColor() function
H A Dgd.h803 int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha);
/PHP-7.4/ext/gd/
H A Dgd.c4453 if (gdImageColor(im_src, (int) r, (int) g, (int) b, (int) a) == 1) { in php_image_filter_colorize()

Completed in 37 milliseconds