Home | History | Annotate | Download | only in libhwcomposer

Lines Matching full:ceil

933          // ceil the tmp_w and tmp_h value to maintain proper ratio
936 tmp_w = (int)ceil((float)src_crop_width/copybitsMinScale);
937 tmp_h = (int)ceil((float)src_crop_height/copybitsMinScale);