Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_compat.h30 int gdImageContrast(gdImagePtr src, double contrast);
H A Dgd_filter.c127 int gdImageContrast(gdImagePtr src, double contrast) in gdImageContrast() function
H A Dgd.h657 int gdImageContrast(gdImagePtr src, double contrast);
/PHP-5.3/main/
H A Dphp_compat.h220 #define gdImageContrast php_gd_gdImageContrast macro
/PHP-5.3/ext/gd/
H A Dgd.c4810 if (gdImageContrast(im_src, (int)contrast) == 1) { in php_image_filter_contrast()

Completed in 25 milliseconds