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