Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:cropL

738     hwc_rect_t cropL, dstL, cropR, dstR;
744 cropL = sourceCrop;
748 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
757 sanitizeSourceCrop(cropL, cropR, hnd);
762 src_width_l = cropL.right - cropL.left;
763 src_height_l = cropL.bottom - cropL.top;
1705 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
1707 if(cropL.right - cropL.left) {
1710 ovutils::even_floor(cropL.left);
1713 ovutils::even_floor(cropL.right);
1718 cropR.left = cropL.right;