Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:scissor

545                           const hwc_rect_t& scissor, int orient) {
561 const int& sci_l = scissor.left;
562 const int& sci_t = scissor.top;
563 const int& sci_r = scissor.right;
564 const int& sci_b = scissor.bottom;
777 hwc_rect_t scissor = {0, 0, hw_w, hw_h };
778 qhwc::calculate_crop_rects(crop, dst, scissor, transform);
1055 hwc_rect_t scissor = {0, 0, hw_w/2, hw_h };
1056 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0);
1061 hwc_rect_t scissor = {hw_w/2, 0, hw_w, hw_h };
1062 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0);