Lines Matching refs:cropL
738 hwc_rect_t cropL, dstL, cropR, dstR; in needsScalingWithSplit() local
744 cropL = sourceCrop; in needsScalingWithSplit()
748 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0); in needsScalingWithSplit()
757 sanitizeSourceCrop(cropL, cropR, hnd); in needsScalingWithSplit()
762 src_width_l = cropL.right - cropL.left; in needsScalingWithSplit()
763 src_height_l = cropL.bottom - cropL.top; in needsScalingWithSplit()
1707 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR, in sanitizeSourceCrop() argument
1709 if(cropL.right - cropL.left) { in sanitizeSourceCrop()
1712 ovutils::even_floor(cropL.left); in sanitizeSourceCrop()
1715 ovutils::even_floor(cropL.right); in sanitizeSourceCrop()
1720 cropR.left = cropL.right; in sanitizeSourceCrop()