Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:cropL

903     hwc_rect_t cropL, dstL, cropR, dstR;
909 cropL = sourceCrop;
913 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
922 sanitizeSourceCrop(cropL, cropR, hnd);
927 src_width_l = cropL.right - cropL.left;
928 src_height_l = cropL.bottom - cropL.top;
2042 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
2044 if(cropL.right - cropL.left) {
2047 ovutils::even_floor(cropL.left);
2050 ovutils::even_floor(cropL.right);
2055 cropR.left = cropL.right;