Lines Matching refs:cropL
725 hwc_rect_t cropL, dstL, cropR, dstR; in needsScalingWithSplit() local
731 cropL = sourceCrop; in needsScalingWithSplit()
735 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit()
744 sanitizeSourceCrop(cropL, cropR, hnd); in needsScalingWithSplit()
749 src_width_l = cropL.right - cropL.left; in needsScalingWithSplit()
750 src_height_l = cropL.bottom - cropL.top; in needsScalingWithSplit()
1712 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR, in sanitizeSourceCrop() argument
1714 if(cropL.right - cropL.left) { in sanitizeSourceCrop()
1717 ovutils::even_floor(cropL.left); in sanitizeSourceCrop()
1720 ovutils::even_floor(cropL.right); in sanitizeSourceCrop()
1725 cropR.left = cropL.right; in sanitizeSourceCrop()