Home | History | Annotate | Download | only in skin

Lines Matching full:ceil

1367             window_w = (int) ceil(layout_w*scale);
1368 window_h = (int) ceil(layout_h*scale);
1406 window_w = (int) ceil(window_w / scale );
1407 window_h = (int) ceil(window_h / scale );