Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTUnits.php25 protected $twips_per_pixel_x = 16; variable in ODTUnits
102 $this->twips_per_pixel_x = $value;
120 return $this->twips_per_pixel_x;
140 $value = $pixel * $this->twips_per_pixel_x / self::$twips_per_point;
250 $value = round ((($value*self::$twips_per_point)/$this->twips_per_pixel_x), 2).'px';