Lines Matching refs:ceil
363 $height = ceil($height2 / 2 + $height1);
368 imagecopy($result, $img1, 0, ceil($height2 / 2), 0, 0, $width1, $height1);
371 $height = ceil($height1 / 2 + $height2);
376 imagecopy($result, $img1, 0, ceil($height2 - $height1 / 2), 0, 0, $width1, $height1);
398 $height = ceil($height2 / 2 + $height1);
404 … imagecopy($result, $img2, $width1, ceil($height1 - $height2 / 2), 0, 0, $width2, $height2);
406 $height = ceil($height1 / 2 + $height2);
412 imagecopy($result, $img2, $width1, ceil($height1 / 2), 0, 0, $width2, $height2);
537 $width = max($widthSup, $widthExp) + ceil($size / 8);
565 $width = max($widthInf, $widthExp) + ceil($size / 8);
638 $l + ceil($widthColumn[$col] - $width[$i]) / 2,
727 $l + ceil($widthColumn[$col] - $width[$i]) / 2,
862 $width = max($widthSup, $widthExp) + ceil($size / 8);
892 $width = max($widthInf, $widthLim) + ceil($size / 8);