Searched refs:maxWidthInPt (Results 1 – 1 of 1) sorted by relevance
293 * @param integer $maxWidthInPt Maximum width in points297 protected static function adjustPercentageValueParts ($value, $maxWidthInPt, $units) { argument305 $part = (($percentageValue * $maxWidthInPt)/100) . 'pt';360 $maxWidthInPt = $units->toPoints($maxWidth, 'y');361 $maxWidthInPt = $units->getDigits($maxWidthInPt);365 …es [$property] = self::adjustPercentageValueParts ($properties [$property], $maxWidthInPt, $units);