Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:scissor

506                           const hwc_rect_t& scissor, int orient) {
522 const int& sci_l = scissor.left;
523 const int& sci_t = scissor.top;
524 const int& sci_r = scissor.right;
525 const int& sci_b = scissor.bottom;
744 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
745 qhwc::calculate_crop_rects(crop, dst, scissor, transform);
1029 hwc_rect_t scissor = {0, 0, lSplit, hw_h };
1030 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0);
1035 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h };
1036 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0);