Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:ceil

880          // ceil the tmp_w and tmp_h value to maintain proper ratio
883 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
884 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);