Searched refs:contrast (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_filter.c | 134 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 D | gd.h | 781 int gdImageContrast(gdImagePtr src, double contrast);
|
/PHP-7.0/ext/spl/examples/ |
H A D | inigroups.inc | 22 * This class uses a 'is-a' relation to KeyFilter in contrast to a 'has-a'
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 4282 zend_long contrast, tmp; in php_image_filter_contrast() local 4284 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rll", &SIM, &tmp, &contrast) == FAILURE) { in php_image_filter_contrast() 4296 if (gdImageContrast(im_src, (int)contrast) == 1) { in php_image_filter_contrast()
|
/PHP-7.0/ext/pcre/pcrelib/ |
H A D | HACKING | 31 By contrast, the code originally written by Henry Spencer (which was
|
/PHP-7.0/ext/mbstring/libmbfl/ |
H A D | LICENSE | 16 freedom to share and change it. By contrast, the GNU General Public
|
/PHP-7.0/ext/pcre/pcrelib/doc/ |
H A D | pcre.txt | 5239 at release 5.10. In contrast to the other sequences, which match only 6126 In contrast, a subroutine call to a numbered subpattern always refers
|
Completed in 56 milliseconds