Lines Matching refs:min

1096 		$this->thumbnailQuality = max(1, min(99, ($this->q ? (int) $this->q : 75)));
2051 $contDiv10 = min($contDiv10, 100);
2103 …$commandline .= ' -colorize '.phpthumb_functions::escapeshellarg_replacement(min(max((int) $amount…
2113 …$commandline .= ' -sepia-tone '.phpthumb_functions::escapeshellarg_replacement(min(max((int) $amou…
2121 $amount = min(max((float) $amount, 0.001), 10);
2140 …$commandline .= ' -threshold '.phpthumb_functions::escapeshellarg_replacement(round(min(max((int) …
2193 $threshold = ((strlen($threshold) > 0) ? min(max((float) $threshold, 0), 100) : 0.1);
2254 $threshold = (!empty($threshold) ? min(max((float) $threshold, 0), 100) : 0.1);
2270 $radius = (!empty($radius) ? min(max((int) $radius, 0), 25) : 1);
2278 $radius = (!empty($radius) ? min(max((int) $radius, 0), 25) : 1);
2292 $amount = ($amount ? min(max((int) $amount, 0), 255) : 80);
2293 $radius = ($radius ? min(max((int) $radius, 0), 10) : 0.5);
2294 $threshold = ('' !== $threshold ? min(max((int) $threshold, 0), 50) : 3);
3008 $margin = min(0.499, $margin);
3084 $margin[$xy] = min(0.499, $margin[$xy]);
3341 …$this->thumbnailCropW = max(1, min($this->thumbnailCropW, $this->source_width - $this->thumbnailC…
3342 …$this->thumbnailCropH = max(1, min($this->thumbnailCropH, $this->source_height - $this->thumbnailC…
3388 $maxwidth = min($this->w, $this->h * $original_aspect_ratio);
3389 $maxheight = min($this->h, $this->w / $original_aspect_ratio);
3404 $maxwidth = min($maxwidth, $maxheight * $original_aspect_ratio);
3405 $maxheight = min($maxheight, $maxwidth / $original_aspect_ratio);
4323 …tal processing time: '.number_format(max(array_keys($this->debugtiming)) - min(array_keys($this->d…