Lines Matching refs:scissor
797 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer() local
798 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in trimLayer()
799 qhwc::calculate_crop_rects(crop, dst, scissor, transform); in trimLayer()
1032 const hwc_rect_t& scissor, int orient) { in calculate_crop_rects() argument
1048 const int& sci_l = scissor.left; in calculate_crop_rects()
1049 const int& sci_t = scissor.top; in calculate_crop_rects()
1050 const int& sci_r = scissor.right; in calculate_crop_rects()
1051 const int& sci_b = scissor.bottom; in calculate_crop_rects()
1814 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; in configureSplit() local
1815 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
1816 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit()
1823 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit() local
1824 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
1825 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0); in configureSplit()
1944 hwc_rect_t scissor = {dst.left, dst.top, lSplit, dst.bottom }; in configureSourceSplit() local
1945 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit()
1950 hwc_rect_t scissor = {lSplit, dst.top, dst.right, dst.bottom }; in configureSourceSplit() local
1951 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0); in configureSourceSplit()