Lines Matching refs:scissor
555 const hwc_rect_t& scissor, int orient) { in calculate_crop_rects() argument
571 const int& sci_l = scissor.left; in calculate_crop_rects()
572 const int& sci_t = scissor.top; in calculate_crop_rects()
573 const int& sci_r = scissor.right; in calculate_crop_rects()
574 const int& sci_b = scissor.bottom; in calculate_crop_rects()
785 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer() local
786 qhwc::calculate_crop_rects(crop, dst, scissor, transform); in trimLayer()
1062 hwc_rect_t scissor = {0, 0, hw_w/2, hw_h }; in configureHighRes() local
1063 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureHighRes()
1068 hwc_rect_t scissor = {hw_w/2, 0, hw_w, hw_h }; in configureHighRes() local
1069 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0); in configureHighRes()