Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_filter.c127 int gdImageContrast(gdImagePtr src, double contrast) in gdImageContrast() argument
142 contrast = (double)(100.0-contrast)/100.0; in gdImageContrast()
143 contrast = contrast*contrast; in gdImageContrast()
156 rf = rf*contrast; in gdImageContrast()
162 bf = bf*contrast; in gdImageContrast()
168 gf = gf*contrast; in gdImageContrast()
H A Dgd.h782 int gdImageContrast(gdImagePtr src, double contrast);
/PHP-5.5/ext/spl/examples/
H A Dinigroups.inc22 * This class uses a 'is-a' relation to KeyFilter in contrast to a 'has-a'
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES37 Apache2 SAPI in contrast to the situation in PHP 4, where it is set to the
/PHP-5.5/ext/gd/
H A Dgd.c4667 long contrast, tmp; in php_image_filter_contrast() local
4669 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rll", &SIM, &tmp, &contrast) == FAILURE) { in php_image_filter_contrast()
4679 if (gdImageContrast(im_src, (int)contrast) == 1) { in php_image_filter_contrast()
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING31 By contrast, the code originally written by Henry Spencer (which was
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE16 freedom to share and change it. By contrast, the GNU General Public
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5239 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 86 milliseconds