Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_compat.h242 #define gdImageContrast php_gd_gdImageContrast macro
/php-src/ext/gd/libgd/
H A Dgd_filter.c232 int gdImageContrast(gdImagePtr src, double contrast) in gdImageContrast() function
H A Dgd.h823 int gdImageContrast(gdImagePtr src, double contrast);
/php-src/ext/gd/
H A Dgd.c3196 if (gdImageContrast(im_src, (int)contrast) == 1) { in php_image_filter_contrast()

Completed in 26 milliseconds