Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:scissor

505                           const hwc_rect_t& scissor, int orient) {
521 const int& sci_l = scissor.left;
522 const int& sci_t = scissor.top;
523 const int& sci_r = scissor.right;
524 const int& sci_b = scissor.bottom;
738 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
739 qhwc::calculate_crop_rects(crop, dst, scissor, transform);
999 hwc_rect_t scissor
1000 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0);
1005 hwc_rect_t scissor = {hw_w/2, 0, hw_w, hw_h };
1006 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0);