Home
last modified time | relevance | path

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

/PHP-8.4/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.h825 int gdImageContrast(gdImagePtr src, double contrast);
/PHP-8.4/ext/dom/tests/modern/spec/
H A DHTMLDocument_getElementsByTagName.phpt29 // This is in contrast to createElementNS that won't lowercase.
/PHP-8.4/ext/gd/
H A Dgd.c3492 zend_long contrast, tmp; in php_image_filter_contrast() local
3497 Z_PARAM_LONG(contrast) in php_image_filter_contrast()
3502 if (gdImageContrast(im_src, (int)contrast) == 1) { in php_image_filter_contrast()
/PHP-8.4/ext/mbstring/libmbfl/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public
/PHP-8.4/ext/bcmath/libbcmath/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public

Completed in 37 milliseconds