Searched refs:origW (Results 1 – 1 of 1) sorted by relevance
264 * @param int $origW current width271 public static function boundingBox($origW, $origH, $width, $height) argument273 $width = self::cleanDimension($width, $origW);282 $height = round(($width * $origH) / $origW);285 $width = round(($height * $origW) / $origH);288 $scale = min($width / $origW, $height / $origH);289 $width = $origW * $scale;