Lines Matching refs:height

290         $height = $top + $bottom;
303 $height = max(imagesy($img[$i]), $height);
308 $result = imagecreate(max($width, 1), max($height, 1));
310 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
335 $height = $height1 + $height2 + 4;
336 $result = imagecreate(max($width + 5, 1), max($height, 1));
340 imagefilledrectangle($result, 0, 0, $width + 4, $height - 1, $white);
363 $height = ceil($height2 / 2 + $height1);
365 $result = imagecreate(max($width, 1), max($height, 1));
367 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
371 $height = ceil($height1 / 2 + $height2);
373 $result = imagecreate(max($width, 1), max($height, 1));
375 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
398 $height = ceil($height2 / 2 + $height1);
400 $result = imagecreate(max($width, 1), max($height, 1));
402 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
406 $height = ceil($height1 / 2 + $height2);
408 $result = imagecreate(max($width, 1), max($height, 1));
410 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
433 $height = max($heightExp, $heightrac);
434 $result = imagecreate(max($width, 1), max($height, 1));
437 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
439 imagecopy($result, $imgExp, $widthrac, $height - $heightExp, 0, 0, $widthExp, $heightExp);
442 $this->verticalBased = $height - $heightExp + $baseExp;
467 $height = max($heightExp, $heightRac);
468 $result = imagecreate(max($width, 1), max($height, 1));
471 imagefilledrectangle($result, 0, 0, $width - 1, $height - 1, $white);
473 imagecopy($result, $imgExp, $widthRac, $height - $heightExp, 0, 0, $widthExp, $heightExp);
477 $this->verticalBased = $height - $heightExp + $baseExp;
536 $height = $heightExp + $heightSup;
538 $imgFin = imagecreate(max($width, 1), max($height, 1));
540 imagefilledrectangle($imgFin, 0, 0, $width - 1, $height - 1, $white);
564 $height = $heightExp + $heightInf;
566 $imgFin = imagecreate(max($width, 1), max($height, 1));
568 imagefilledrectangle($imgFin, 0, 0, $width - 1, $height - 1, $white);
588 $height = array();
608 $height[$i] = imagesy($img[$i]);
609 $heightLine[$line] = max($heightLine[$line], $height[$i]);
643 $height[$i]
673 $height = array();
692 $height[$i] = imagesy($img[$i]);
693 $heightLine[$line] = max($heightLine[$line], $height[$i]);
732 $height[$i]
780 $height = $heightExp + $heightSup;
782 $imgFin = imagecreate(max($width, 1), max($height, 1));
785 imagefilledrectangle($imgFin, 0, 0, $width - 1, $height - 1, $white);
806 $height = $heightExp + 2;
808 $imgFin = imagecreate(max($width, 1), max($height, 1));
811 imagefilledrectangle($imgFin, 0, 0, $width - 1, $height - 1, $white);
831 $height = $heightExp + 2;
833 $imgFin = imagecreate(max($width, 1), max($height, 1));
836 imagefilledrectangle($imgFin, 0, 0, $width - 1, $height - 1, $white);
861 $height = $heightExp + $heightSup;
863 $imgFin = imagecreate(max($width, 1), max($height, 1));
865 imagefilledrectangle($imgFin, 0, 0, $width - 1, $height - 1, $white);
891 $height = $heightLim + $heightInf;
893 $imgFin = imagecreate(max($width, 1), max($height, 1));
895 imagefilledrectangle($imgFin, 0, 0, $width - 1, $height - 1, $white);