Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherRaster.php108 $targetHeight = $this->getTargetHeight();
225 function getTargetHeight(): int function in ComboStrap\\FetcherRaster
245 return parent::getTargetHeight();
H A DSvgImageLink.php144 $svgFetch->getTargetHeight()
169 $imgAttributes->addOutputAttributeValue(Dimension::HEIGHT_KEY, $svgFetch->getTargetHeight());
H A DFetcherImage.php229 return $this->getTargetWidth() / $this->getTargetHeight();
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}
324 public function getTargetHeight(): int function in ComboStrap\\FetcherImage
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}
H A DRasterImageLink.php114 $targetHeight = $fetchRaster->getTargetHeight();
H A DFetcherSvg.php972 $targetHeight = $this->getTargetHeight();