Lines Matching refs:height
18 * @param string $height Height of the picture (NULL=original size)
26 …public static function addImage(ODTInternalParams $params, $src, $width = NULL, $height = NULL, $a… argument
38 if (!$width && !$height) {
39 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, true, $params->units…
41 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, false, $params->unit…
72 svg:width="'.$width.'" svg:height="'.$height.'" >';
76 svg:width="'.$width.'" svg:height="'.$height.'" >';
129 …function addStringAsSVGImage(ODTInternalParams $params, $string, $width = NULL, $height = NULL, $a… argument
135 if (!$width || !$height) {
136 …list($width, $height) = ODTUtility::getImageSizeString($string, $width, $height, true, $params->un…
162 svg:width="'.$width.'" svg:height="'.$height.'" >';
190 $height = $properties ['height'];
203 if (!$width || !$height) {
204 …list($width, $height) = ODTUtility::getImageSizeString($src, $width, $height, true, $params->units…
208 $height = $params->document->toPoints($height, 'y').'pt';
254 svg:width="'.$width.'" svg:height="'.$height.'" >';
258 svg:width="'.$width.'" svg:height="'.$height.'" >';