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;
2040 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
2042 if(cropL.right - cropL.left) {
2045 ovutils::even_floor(cropL.left);
2048 ovutils::even_floor(cropL.right);
2053 cropR.left = cropL.right;