Lines Matching refs:max
433 $img = imagecreate(1, max($high, 1));
438 $img = imagecreate(1, max($high, 1));
443 $img = imagecreate(6, max($high, 1));
451 $img = imagecreate(5, max($high, 1));
464 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1));
498 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
510 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1));
545 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
569 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1));
605 $img = imagecreate(1, max($high, 1));
609 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
642 $tmpImg = imagecreate(max($tmpWidth, 1), max($tmpHeight, 1));
679 $img = imagecreate(1, max($high, 1));
683 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
713 $size = max($size, 6);
719 $dx = max($widthDim[2], $widthDim[4]) - min($widthDim[0], $widthDim[6]) + ceil($size / 8);
720 … $dy = max($heightDim[1], $heightDim[3]) - min($heightDim[5], $heightDim[7]) + ceil($size / 8);
721 $img = imagecreate(max($dx, 1), max($dy, 1));
738 $size = max($size, 6);
756 $dx = max($widthDim[2], $widthDim[4]) - min($widthDim[0], $widthDim[6]) + ceil($size / 8);
757 … $dy = max($heightDim[1], $heightDim[3]) - min($heightDim[5], $heightDim[7]) + ceil($size / 8);
758 $img = imagecreate(max($dx, 1), max($dy, 1));
793 $top = max($base1, $base2);
794 $bottom = max($height1 - $base1, $height2 - $base2);
797 $result = imagecreate(max($width, 1), max($height, 1));
824 $top = max($base1, $base2, $base3);
825 $bottom = max($height1 - $base1, $height2 - $base2, $height3 - $base3);
828 $result = imagecreate(max($width, 1), max($height, 1));