Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_filter.c134 int gdImageContrast(gdImagePtr src, double contrast) in gdImageContrast() argument
149 contrast = (double)(100.0-contrast)/100.0; in gdImageContrast()
150 contrast = contrast*contrast; in gdImageContrast()
163 rf = rf*contrast; in gdImageContrast()
169 bf = bf*contrast; in gdImageContrast()
175 gf = gf*contrast; in gdImageContrast()
H A Dgd.h796 int gdImageContrast(gdImagePtr src, double contrast);
/PHP-7.2/ext/spl/examples/
H A Dinigroups.inc22 * This class uses a 'is-a' relation to KeyFilter in contrast to a 'has-a'
/PHP-7.2/ext/gd/
H A Dgd.c4406 zend_long contrast, tmp; in php_image_filter_contrast() local
4408 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rll", &SIM, &tmp, &contrast) == FAILURE) { in php_image_filter_contrast()
4420 if (gdImageContrast(im_src, (int)contrast) == 1) { in php_image_filter_contrast()
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING31 By contrast, the code originally written by Henry Spencer (which was
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt5239 at release 5.10. In contrast to the other sequences, which match only
6122 In contrast, a subroutine call to a numbered subpattern always refers

Completed in 54 milliseconds