Home
last modified time | relevance | path

Searched refs:toPixel (Results 1 – 5 of 5) sorted by path

/plugin/combo/ComboStrap/
H A DFetcherSvg.php334 $widthPixel = Unit::toPixel($widthAttributeValue);
338 $heightPixel = Unit::toPixel($heightAttributeValue);
H A DUnit.php26 static public function toPixel($value) function in ComboStrap\\Unit
/plugin/odt/ODT/
H A DODTDocument.php1882 public function toPixel ($value, $axis = 'y') { function in ODTDocument
1883 return $this->units->toPixel ($value, $axis);
H A DODTUnits.php236 public function toPixel ($value, $axis = 'y') { function in ODTUnits
/plugin/odt/renderer/
H A Dpage.php220 $fontFizeInPx = $this->document->toPixel($fontFize);