Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php302 …public static function ScaleToFitInBox($width, $height, $maxwidth=null, $maxheight=null, $allow_en… function in phpthumb_functions
H A Dphpthumb.class.php3100 …$scale = phpthumb_functions::ScaleToFitInBox(imagesx($img_watermark), imagesy($img_watermark), $wa…
3208 …$scale_x = phpthumb_functions::ScaleToFitInBox(imagesx($this->gdimg_output), imagesx($this->gdimg_…
3209 …$scale_y = phpthumb_functions::ScaleToFitInBox(imagesy($this->gdimg_output), imagesy($this->gdimg_…
3211 …$scale_x = phpthumb_functions::ScaleToFitInBox(imagesx($this->gdimg_output), imagesy($this->gdimg_…