Searched refs:getImageSizeString (Results 1 – 5 of 5) sorted by relevance
/plugin/odt/ODT/ |
H A D | ODTImage.php | 39 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, true, $params->units… 41 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, false, $params->unit… 136 …list($width, $height) = ODTUtility::getImageSizeString($string, $width, $height, true, $params->un… 204 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, true, $params->units…
|
H A D | ODTFrame.php | 248 …list($pic_width, $pic_height) = ODTUtility::getImageSizeString($picture, NULL, NULL, true, $params…
|
H A D | ODTUtility.php | 235 …public static function getImageSizeString($src, $width = NULL, $height = NULL, $preferImage=true, … function in ODTUtility
|
H A D | ODTDocument.php | 1555 public function getImageSizeString($src, $width = NULL, $height = NULL){ function in ODTDocument 1556 return ODTUtility::getImageSizeString($src, $width, $height, false, $this->params->units);
|
/plugin/odt/renderer/ |
H A D | page.php | 1700 return $this->document->getImageSizeString($src, $width, $height);
|