Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:cropR

725     hwc_rect_t cropL, dstL, cropR, dstR;
737 cropR = sourceCrop;
741 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
744 sanitizeSourceCrop(cropL, cropR, hnd);
759 src_width_r = cropR.right - cropR.left;
760 src_height_r = cropR.bottom - cropR.top;
1709 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
1721 if(cropR.right - cropR.left) {
1722 cropR.left = cropL.right;
1726 if(cropR.right - cropR.left) {
1729 ovutils::even_floor(cropR.left);
1732 ovutils::even_floor(cropR.right);