Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherRaster.php84 public function getIntrinsicWidth(): int function in ComboStrap\\FetcherRaster
199 $mediaWidth = $this->getIntrinsicWidth();
253 $intrinsicWidth = $this->getIntrinsicWidth();
H A DFetcherImage.php183 abstract function getIntrinsicWidth(): int; function in ComboStrap\\FetcherImage
210 return $this->getIntrinsicWidth() / $this->getIntrinsicHeight();
410 return $this->getIntrinsicWidth();
480 $logicalWidth = $this->getIntrinsicWidth();
H A DLdJson.php110 if (!empty($fetcherPageImage->getIntrinsicWidth())) {
111 $imageObjectSchema["width"] = $fetcherPageImage->getIntrinsicWidth();
H A DFetcherScreenshot.php218 public function getIntrinsicWidth(): int function in ComboStrap\\FetcherScreenshot
H A DFetcherVignette.php98 $width = $this->getIntrinsicWidth();
266 public function getIntrinsicWidth(): int function in ComboStrap\\FetcherVignette
H A DFetcherSvg.php444 function getIntrinsicWidth(): int function in ComboStrap\\FetcherSvg
910 $intrinsicWidth = $this->getIntrinsicWidth();
994 $viewBoxWidth = $this->getIntrinsicWidth();
1018 $documentElement->setAttribute(FetcherSvg::VIEW_BOX, "0 0 {$this->getIntrinsicWidth()} {$this->getIntrinsicHeight()}");
1744 $mediaWidth = $this->getIntrinsicWidth();
H A DRasterImageLink.php197 $intrinsicWidth = $fetchRaster->getIntrinsicWidth();
H A DTemplateForWebPage.php453 $sizesValue = "{$fetcherLocalPath->getIntrinsicWidth()}x{$fetcherLocalPath->getIntrinsicHeight()}";
/plugin/combo/action/
H A Dmetafacebook.php186 $intrinsicWidth = $facebookImage->getIntrinsicWidth();