Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTUnits.php21 protected static $twips_per_point = 20; variable in ODTUnits
140 $value = $pixel * $this->twips_per_pixel_x / self::$twips_per_point;
152 $value = $pixel * $this->twips_per_pixel_y / self::$twips_per_point;
250 $value = round ((($value*self::$twips_per_point)/$this->twips_per_pixel_x), 2).'px';
252 $value = round ((($value*self::$twips_per_point)/$this->twips_per_pixel_y), 2).'px';