Home | History | Annotate | Download | only in skin

Lines Matching full:ceil

1139             window_w = (int) ceil(layout_w*scale);
1140 window_h = (int) ceil(layout_h*scale);
1175 window_w = (int) ceil(window_w / scale );
1176 window_h = (int) ceil(window_h / scale );