Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 13 of 13) sorted by relevance

/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_alloc.c97 if (*threshold) { in _mysqlnd_emalloc()
101 --*threshold; in _mysqlnd_emalloc()
137 if (*threshold) { in _mysqlnd_pemalloc()
141 --*threshold; in _mysqlnd_pemalloc()
185 --*threshold; in _mysqlnd_ecalloc()
224 --*threshold; in _mysqlnd_pecalloc()
269 --*threshold; in _mysqlnd_erealloc()
310 --*threshold; in _mysqlnd_perealloc()
415 --*threshold; in _mysqlnd_malloc()
454 --*threshold; in _mysqlnd_calloc()
[all …]
/PHP-7.2/ext/gd/libgd/
H A Dgd_crop.c28 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);
222 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) in gdImageCropThreshold() argument
237 if (threshold > 1.0) { in gdImageCropThreshold()
252 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
266 match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0; in gdImageCropThreshold()
274 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
282 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
336 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) in gdColorMatch() argument
344 return (dist_perc <= threshold); in gdColorMatch()
H A Dgd.h851 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold);
/PHP-7.2/ext/gd/tests/
H A Djpeg2wbmp_error1.phpt2 Test jpeg2wbmp() function : wrong threshold value param
37 Warning: jpeg2wbmp(): Invalid threshold value '9' in %s on line %d
41 Warning: jpeg2wbmp(): Invalid threshold value '-1' in %s on line %d
H A Dpng2wbmp_error1-mb.phpt2 Test png2wbmp() function : wrong threshold value param
37 Warning: png2wbmp(): Invalid threshold value '9' in %s on line %d
41 Warning: png2wbmp(): Invalid threshold value '-1' in %s on line %d
H A Dpng2wbmp_error1.phpt2 Test png2wbmp() function : wrong threshold value param
37 Warning: png2wbmp(): Invalid threshold value '9' in %s on line %d
41 Warning: png2wbmp(): Invalid threshold value '-1' in %s on line %d
H A Dbug72494.phpt14 Warning: imagecropauto(): Color argument missing with threshold mode in %s on line %d
H A Dbug77198_threshold.phpt2 Bug #77198 (threshold cropping has insufficient precision)
/PHP-7.2/ext/gd/
H A Dgd.c138 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold);
767 ZEND_ARG_INFO(0, threshold)
824 ZEND_ARG_INFO(0, threshold)
4103 static void _php_image_bw_convert(gdImagePtr im_org, gdIOCtx *out, int threshold) in _php_image_bw_convert() argument
4141 if (median < threshold) { in _php_image_bw_convert()
4160 zend_long height, width, threshold; in _php_image_convert() local
4177 …GS(), "pplll", &f_org, &f_org_len, &f_dest, &f_dest_len, &height, &width, &threshold) == FAILURE) { in _php_image_convert()
4185 int_threshold = threshold; in _php_image_convert()
4775 double threshold = 0.5f; in PHP_FUNCTION() local
4779 if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|ldl", &IM, &mode, &threshold, &color) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME278 them in a pattern. You can increase this threshold by setting, for example,
280 --with-posix-malloc-threshold=20
H A DChangeLog657 above a certain threshold (e.g: 256). The only limitation is that the value
658 must be bigger than the threshold as well. This function is useful when
659 the characters above the threshold are handled in the same way.
5095 POSIX_MALLOC_THRESHOLD is 10; it can be changed by --with-posix-malloc-threshold
5206 The output is an integer that contains the threshold above which the POSIX
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE257 threshold for this to be true is not precisely defined by law.
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1077 loc() for each call. The default threshold above which the stack is no
1080 --with-posix-malloc-threshold=20
1988 The output is an integer that contains the threshold above which the

Completed in 85 milliseconds