Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherImage.php194 public abstract function getIntrinsicHeight(): int; function in ComboStrap\\FetcherImage
210 return $this->getIntrinsicWidth() / $this->getIntrinsicHeight();
360 return $this->getIntrinsicHeight();
482 if ($logicalHeight > $this->getIntrinsicHeight()) {
486 $logicalHeight = $this->getIntrinsicHeight();
H A DFetcherRaster.php130 public function getIntrinsicHeight(): int function in ComboStrap\\FetcherRaster
232 $mediaHeight = $this->getIntrinsicHeight();
329 $intrinsicHeight = $this->getIntrinsicHeight();
H A DLdJson.php113 if (!empty($fetcherPageImage->getIntrinsicHeight())) {
114 $imageObjectSchema["height"] = $fetcherPageImage->getIntrinsicHeight();
H A DFetcherScreenshot.php227 public function getIntrinsicHeight(): int function in ComboStrap\\FetcherScreenshot
H A DFetcherVignette.php99 $height = $this->getIntrinsicHeight();
271 public function getIntrinsicHeight(): int function in ComboStrap\\FetcherVignette
H A DFetcherSvg.php427 public function getIntrinsicHeight(): int function in ComboStrap\\FetcherSvg
911 $intrinsicHeight = $this->getIntrinsicHeight();
995 $viewBoxHeight = $this->getIntrinsicHeight();
1018 $documentElement->setAttribute(FetcherSvg::VIEW_BOX, "0 0 {$this->getIntrinsicWidth()} {$this->getIntrinsicHeight()}");
1745 $mediaHeight = $this->getIntrinsicHeight();
H A DTemplateForWebPage.php453 $sizesValue = "{$fetcherLocalPath->getIntrinsicWidth()}x{$fetcherLocalPath->getIntrinsicHeight()}";
/plugin/combo/action/
H A Dmetafacebook.php187 $intrinsicHeight = $facebookImage->getIntrinsicHeight();