Home
last modified time | relevance | path

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

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

Completed in 41 milliseconds