Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:cropL

967     hwc_rect_t cropL, dstL, cropR, dstR;
973 cropL = sourceCrop;
977 qhwc::calculate_crop_rects(cropL, dstL, scissorL, 0);
986 sanitizeSourceCrop(cropL, cropR, hnd);
991 src_width_l = cropL.right - cropL.left;
992 src_height_l = cropL.bottom - cropL.top;
2123 void sanitizeSourceCrop(hwc_rect_t& cropL, hwc_rect_t& cropR,
2125 if(cropL.right - cropL.left) {
2128 ovutils::even_floor(cropL.left);
2131 ovutils::even_floor(cropL.right);
2136 cropR.left = cropL.right;