Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:cropR

891     hwc_rect_t cropL, dstL, cropR, dstR;
903 cropR = sourceCrop;
907 qhwc::calculate_crop_rects(cropR, dstR, scissorR, 0);
910 sanitizeSourceCrop(cropL, cropR, hnd);
925 src_width_r = cropR.right - cropR.left;
926 src_height_r = cropR.bottom - cropR.top;
2022 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
2034 if(cropR.right - cropR.left) {
2035 cropR.left = cropL.right;
2039 if(cropR.right - cropR.left) {
2042 ovutils::even_floor(cropR.left);
2045 ovutils::even_floor(cropR.right);