Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherImage.php207 public function getIntrinsicAspectRatio(): float function in ComboStrap\\FetcherImage
316 * * with `200`, the target image has a {@link FetcherTraitImage::getTargetWidth() logical width} of 200 and a {@link FetcherTraitImage::getTargetHeight() logical height} that is scaled down by the {@link FetcherTraitImage::getIntrinsicAspectRatio() instrinsic ratio}
317 * * with ''0x20'', the target image has a {@link FetcherTraitImage::getTargetHeight() logical height} of 20 and a {@link FetcherTraitImage::getTargetWidth() logical width} that is scaled down by the {@link FetcherTraitImage::getIntrinsicAspectRatio() instrinsic ratio}
341 $ratio = $this->getIntrinsicAspectRatio();
368 * * with `200`, the target image has a {@link FetcherTraitImage::getTargetWidth() logical width} of 200 and a {@link FetcherTraitImage::getTargetHeight() logical height} that is scaled down by the {@link FetcherTraitImage::getIntrinsicAspectRatio() instrinsic ratio}
369 * * with ''0x20'', the target image has a {@link FetcherTraitImage::getTargetHeight() logical height} of 20 and a {@link FetcherTraitImage::getTargetWidth() logical width} that is scaled down by the {@link FetcherTraitImage::getIntrinsicAspectRatio() instrinsic ratio}
391 $ratio = $this->getIntrinsicAspectRatio();
H A DImageSystem.php48 $ratioDistance = $targetRatio - $fetcherImage->getIntrinsicAspectRatio();