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;
1712 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
1724 if(cropR.right - cropR.left) {
1725 cropR.left = cropL.right;
1729 if(cropR.right - cropR.left) {
1732 ovutils::even_floor(cropR.left);
1735 ovutils::even_floor(cropR.right);