HomeSort by relevance Sort by last modified time
    Searched full:cropi (Results 1 - 1 of 1) sorted by null

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h 157 hwc_rect_t cropI = {0};
158 cropI.left = int(ceilf(cropF.left));
159 cropI.top = int(ceilf(cropF.top));
160 cropI.right = int(floorf(cropF.right));
161 cropI.bottom = int(floorf(cropF.bottom));
162 return cropI;

Completed in 716 milliseconds