Searched refs:ScaleToFitInBox (Results 1 – 2 of 2) sorted by relevance
302 …public static function ScaleToFitInBox($width, $height, $maxwidth=null, $maxheight=null, $allow_en… function in phpthumb_functions
3100 …$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_…