Lines Matching full:ceil
1356 window_w = (int) ceil(layout_w*scale);1357 window_h = (int) ceil(layout_h*scale);1395 window_w = (int) ceil(window_w / scale );1396 window_h = (int) ceil(window_h / scale );