Home
last modified time | relevance | path

Searched refs:pixelToPointsY (Results 1 – 3 of 3) sorted by relevance

/plugin/odt/helper/
H A Dunits.php150 public function pixelToPointsY ($pixel) { function in helper_plugin_odt_units
151 return $this->internal->pixelToPointsY ($pixel);
/plugin/odt/ODT/
H A DODTUnits.php150 public function pixelToPointsY ($pixel) { function in ODTUnits
193 $value = $this->pixelToPointsY ($value);
197 $value = $this->pixelToPointsY ($value * $this->getPixelPerEm());
/plugin/odt/renderer/
H A Dpage.php2033 public function pixelToPointsY ($pixel) { function in renderer_plugin_odt_page
2080 $adjusted = $this->pixelToPointsY($number).'pt';
2091 $adjusted = $this->pixelToPointsY($number).'pt';