Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherRaster.php109 $targetWidth = $this->getTargetWidth();
250 public function getTargetWidth(): int function in ComboStrap\\FetcherRaster
252 $targetWidth = parent::getTargetWidth();
H A DSvgImageLink.php143 $svgFetch->getTargetWidth(),
168 $imgAttributes->addOutputAttributeValue(Dimension::WIDTH_KEY, $svgFetch->getTargetWidth());
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}
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}
374 public function getTargetWidth(): int function in ComboStrap\\FetcherImage
H A DRasterImageLink.php158 $targetWidth = $fetchRaster->getTargetWidth();
H A DFetcherSvg.php971 $targetWidth = $this->getTargetWidth();