Home
last modified time | relevance | path

Searched refs:nonempty_min (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php1869 …$side = phpthumb_functions::nonempty_min($this->source_width, $this->source_height, max($wAll, $h…
1870 …$sideX = phpthumb_functions::nonempty_min($this->source_width, $wAll, round(…
1871 …$sideY = phpthumb_functions::nonempty_min( $this->source_height, $hAll, round(…
1967 …llarg_replacement(phpthumb_functions::nonempty_min($this->w, $getimagesize[0]).'x'.phpthumb_functi…
1978 …($this->aoe && $this->w) ? $this->w : ($this->w ? phpthumb_functions::nonempty_min($this->w, $geti…
1979 …($this->aoe && $this->h) ? $this->h : ($this->h ? phpthumb_functions::nonempty_min($this->h, $geti…
3401 …$maxwidth = phpthumb_functions::nonempty_min($this->w, $this->thumbnailCropW, $this->config_outpu…
3402 …$maxheight = phpthumb_functions::nonempty_min($this->h, $this->thumbnailCropH, $this->config_outpu…
H A Dphpthumb.functions.php605 public static function nonempty_min() { function in phpthumb_functions