Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_filter.c232 int gdImageContrast(gdImagePtr src, double contrast) in gdImageContrast() argument
247 contrast = (double)(100.0-contrast)/100.0; in gdImageContrast()
248 contrast = contrast*contrast; in gdImageContrast()
261 rf = rf*contrast; in gdImageContrast()
267 bf = bf*contrast; in gdImageContrast()
273 gf = gf*contrast; in gdImageContrast()
H A Dgd.h823 int gdImageContrast(gdImagePtr src, double contrast);
/PHP-8.1/ext/gd/
H A Dgd.c3341 zend_long contrast, tmp; in php_image_filter_contrast() local
3343 if (zend_parse_parameters(ZEND_NUM_ARGS(), "Oll", &SIM, gd_image_ce, &tmp, &contrast) == FAILURE) { in php_image_filter_contrast()
3349 if (gdImageContrast(im_src, (int)contrast) == 1) { in php_image_filter_contrast()
/PHP-8.1/ext/mbstring/libmbfl/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public
/PHP-8.1/ext/bcmath/libbcmath/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public

Completed in 38 milliseconds