HomeSort by relevance Sort by last modified time
    Searched refs:cropI (Results 1 - 4 of 4) sorted by null

  /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/msm8909/libhwcomposer/
hwc_utils.h 252 hwc_rect_t cropI = {0,0,0,0};
253 cropI.left = int(ceilf(cropF.left));
254 cropI.top = int(ceilf(cropF.top));
255 cropI.right = int(floorf(cropF.right));
256 cropI.bottom = int(floorf(cropF.bottom));
257 return cropI;
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_utils.h 280 hwc_rect_t cropI = {0,0,0,0};
281 cropI.left = int(ceilf(cropF.left));
282 cropI.top = int(ceilf(cropF.top));
283 cropI.right = int(floorf(cropF.right));
284 cropI.bottom = int(floorf(cropF.bottom));
285 return cropI;

Completed in 63 milliseconds