Home
last modified time | relevance | path

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

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_alloc.c90 if (*threshold == 0) { in _mysqlnd_emalloc()
94 --*threshold; in _mysqlnd_emalloc()
126 if (*threshold == 0) { in _mysqlnd_pemalloc()
130 --*threshold; in _mysqlnd_pemalloc()
170 --*threshold; in _mysqlnd_ecalloc()
206 --*threshold; in _mysqlnd_pecalloc()
247 --*threshold; in _mysqlnd_erealloc()
285 --*threshold; in _mysqlnd_perealloc()
387 --*threshold; in _mysqlnd_malloc()
422 --*threshold; in _mysqlnd_calloc()
[all …]
/PHP-8.0/ext/gd/tests/
H A Dbug73291.phpt2 Bug #73291 (imagecropauto() $threshold differs from external libgd)
19 foreach ([0.1, 0.5, 1.0, 10.0] as $threshold) {
20 $dst = imagecropauto($src, IMG_CROP_THRESHOLD, $threshold, $white);
H A Dbug72494.phpt19 …gecropauto(): Argument #4 ($color) must be greater than or equal to 0 when using the threshold mode
H A Dbug77198_threshold.phpt2 Bug #77198 (threshold cropping has insufficient precision)
/PHP-8.0/Zend/tests/
H A Dgc_037.phpt21 ["threshold"]=>
31 ["threshold"]=>
/PHP-8.0/ext/gd/libgd/
H A Dgd_crop.c29 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold);
181 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) in gdImageCropThreshold() argument
196 if (threshold > 100.0) { in gdImageCropThreshold()
211 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
225 match = (gdColorMatch(im, color, gdImageGetPixel(im, x, y), threshold)) > 0; in gdImageCropThreshold()
233 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
241 match = (gdColorMatch(im, color, gdImageGetPixel(im, x,y), threshold)) > 0; in gdImageCropThreshold()
295 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) in gdColorMatch() argument
303 return (100.0 * dist / 195075) < threshold; in gdColorMatch()
H A Dgd.h855 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold);
/PHP-8.0/Zend/
H A Dzend_gc.h28 uint32_t threshold; member
H A Dzend_gc.c1631 status->threshold = GC_G(gc_threshold); in zend_gc_get_status()
H A Dzend_builtin_functions.c145 add_assoc_long_ex(return_value, "threshold", sizeof("threshold")-1, (long)status.threshold); in ZEND_FUNCTION()
/PHP-8.0/ext/gd/
H A Dgd.stub.php241 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c… argument
H A Dgd_arginfo.h524 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, threshold, IS_DOUBLE, 0, "0.5")
H A Dgd.c3637 double threshold = 0.5f; in PHP_FUNCTION() local
3641 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "O|ldl", &IM, gd_image_ce, &mode, &threshold, &color) =… in PHP_FUNCTION()
3661 im_crop = gdImageCropThreshold(im, color, (float) threshold); in PHP_FUNCTION()
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE257 threshold for this to be true is not precisely defined by law.
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE260 threshold for this to be true is not precisely defined by law.

Completed in 57 milliseconds