HomeSort by relevance Sort by last modified time
    Searched refs:cropI (Results 1 - 4 of 4) 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;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.h 205 hwc_rect_t cropI = {0,0,0,0};
206 cropI.left = int(ceilf(cropF.left));
207 cropI.top = int(ceilf(cropF.top));
208 cropI.right = int(floorf(cropF.right));
209 cropI.bottom = int(floorf(cropF.bottom));
210 return cropI;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.h 230 hwc_rect_t cropI = {0,0,0,0};
231 cropI.left = int(ceilf(cropF.left));
232 cropI.top = int(ceilf(cropF.top));
233 cropI.right = int(floorf(cropF.right));
234 cropI.bottom = int(floorf(cropF.bottom));
235 return cropI;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 247 hwc_rect_t cropI = {0,0,0,0};
248 cropI.left = int(ceilf(cropF.left));
249 cropI.top = int(ceilf(cropF.top));
250 cropI.right = int(floorf(cropF.right));
251 cropI.bottom = int(floorf(cropF.bottom));
252 return cropI;

Completed in 33 milliseconds