Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 6 of 6) sorted by path

/php-src/Zend/
H A Dzend_gc.h37 uint32_t threshold; member
/php-src/ext/bcmath/libbcmath/src/
H A Dstr2num.c48 const __m128i threshold = _mm_set1_epi8(SCHAR_MIN + ('9' + 1 - '0')); in bc_count_digits() local
/php-src/ext/gd/
H A Dgd.c3557 double threshold = 0.5f; in PHP_FUNCTION() local
H A Dgd.stub.php767 function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, float $threshold = 0.5, int $c…
/php-src/ext/gd/libgd/
H A Dgd_crop.c181 gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color, const float threshold) in gdImageCropThreshold()
295 static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) in gdColorMatch()
/php-src/ext/mbstring/
H A Dmbstring.c1779 const __m128i threshold = _mm_set1_epi8(-64); in mb_fast_strlen_utf8() local

Completed in 47 milliseconds