Lines Matching refs:max

286                 $top = max($base[$i], $top);
287 $bottom = max(imagesy($img[$i]) - $base[$i], $bottom);
291 $paro = $this->helper->parenthesis(max($top, $bottom) * 2, "(");
292 $parf = $this->helper->parenthesis(max($top, $bottom) * 2, ")");
300 $top = max(imagesy($img[$i]) / 2, $top);
302 $bottom = max(imagesy($img[$i]) - $base[$i], $bottom);
303 $height = max(imagesy($img[$i]), $height);
308 $result = imagecreate(max($width, 1), max($height, 1));
334 $width = max($width1, $width2);
336 $result = imagecreate(max($width + 5, 1), max($height, 1));
365 $result = imagecreate(max($width, 1), max($height, 1));
373 $result = imagecreate(max($width, 1), max($height, 1));
400 $result = imagecreate(max($width, 1), max($height, 1));
408 $result = imagecreate(max($width, 1), max($height, 1));
433 $height = max($heightExp, $heightrac);
434 $result = imagecreate(max($width, 1), max($height, 1));
467 $height = max($heightExp, $heightRac);
468 $result = imagecreate(max($width, 1), max($height, 1));
507 $widthLeft = max($widthSymbol, $width1, $width2);
508 $imgLeft = imagecreate(max($widthLeft, 1), max($heightLeft, 1));
516 $this->verticalBased = max($baseSymbol + $height2, $baseExp + $height2);
537 $width = max($widthSup, $widthExp) + ceil($size / 8);
538 $imgFin = imagecreate(max($width, 1), max($height, 1));
565 $width = max($widthInf, $widthExp) + ceil($size / 8);
566 $imgFin = imagecreate(max($width, 1), max($height, 1));
606 $topLine[$line] = max($base[$i], $topLine[$line]);
609 $heightLine[$line] = max($heightLine[$line], $height[$i]);
610 $widthColumn[$col] = max($widthColumn[$col], $width[$i]);
626 $imgFin = imagecreate(max($widthFin, 1), max($heightFin, 1));
690 $topLine[$line] = max($base[$i], $topLine[$line]);
693 $heightLine[$line] = max($heightLine[$line], $height[$i]);
694 $widthColumn[$col] = max($widthColumn[$col], $width[$i]);
708 $imgFin = imagecreate(max($widthFin, 1), max($heightFin, 1));
782 $imgFin = imagecreate(max($width, 1), max($height, 1));
808 $imgFin = imagecreate(max($width, 1), max($height, 1));
833 $imgFin = imagecreate(max($width, 1), max($height, 1));
862 $width = max($widthSup, $widthExp) + ceil($size / 8);
863 $imgFin = imagecreate(max($width, 1), max($height, 1));
892 $width = max($widthInf, $widthLim) + ceil($size / 8);
893 $imgFin = imagecreate(max($width, 1), max($height, 1));
900 $this->verticalBased = max($baseLim, $baseExp);
929 $this->verticalBased = max($leftBase, $baseExp, $rightBase);