Home
last modified time | relevance | path

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

/plugin/odt/ODT/
H A DODTUnits.php26 protected $twips_per_pixel_y = 20; variable in ODTUnits
111 $this->twips_per_pixel_y = $value;
129 return $this->twips_per_pixel_y;
152 $value = $pixel * $this->twips_per_pixel_y / self::$twips_per_point;
252 $value = round ((($value*self::$twips_per_point)/$this->twips_per_pixel_y), 2).'px';