Searched refs:bBoxHeight (Results 1 – 1 of 1) sorted by relevance
121 * @param int $bBoxHeight124 protected function fitBoundingBox($imgWidth, $imgHeight, $bBoxWidth, $bBoxHeight) argument126 $scale = min($bBoxWidth / $imgWidth, $bBoxHeight / $imgHeight);