Home
last modified time | relevance | path

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

/plugin/gallery/classes/
DBasicFormatter.php121 * @param int $bBoxHeight
124 protected function fitBoundingBox($imgWidth, $imgHeight, $bBoxWidth, $bBoxHeight) argument
126 $scale = min($bBoxWidth / $imgWidth, $bBoxHeight / $imgHeight);