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