Lines Matching refs:scissor
975 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer() local
976 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in trimLayer()
977 qhwc::calculate_crop_rects(crop, dst, scissor, transform); in trimLayer()
1250 const hwc_rect_t& scissor, int orient) { in calculate_crop_rects() argument
1266 const int& sci_l = scissor.left; in calculate_crop_rects()
1267 const int& sci_t = scissor.top; in calculate_crop_rects()
1268 const int& sci_r = scissor.right; in calculate_crop_rects()
1269 const int& sci_b = scissor.bottom; in calculate_crop_rects()
2148 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; in configureSplit() local
2149 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
2150 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit()
2157 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit() local
2158 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
2159 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0); in configureSplit()
2280 hwc_rect_t scissor = {dst.left, dst.top, lSplit, dst.bottom }; in configureSourceSplit() local
2281 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit()
2286 hwc_rect_t scissor = {lSplit, dst.top, dst.right, dst.bottom }; in configureSourceSplit() local
2287 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0); in configureSourceSplit()