Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:cropR

967     hwc_rect_t cropL, dstL, cropR, dstR;
979 cropR = sourceCrop;
983 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
986 sanitizeSourceCrop(cropL, cropR, hnd);
1001 src_width_r = cropR.right - cropR.left;
1002 src_height_r = cropR.bottom - cropR.top;
2121 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
2133 if(cropR.right - cropR.left) {
2134 cropR.left = cropL.right;
2138 if(cropR.right - cropR.left) {
2141 ovutils::even_floor(cropR.left);
2144 ovutils::even_floor(cropR.right);