Lines Matching refs:scissor
810 hwc_rect_t scissor = {0, 0, hw_w, hw_h }; in trimLayer() local
811 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in trimLayer()
812 qhwc::calculate_crop_rects(crop, dst, scissor, transform); in trimLayer()
1045 const hwc_rect_t& scissor, int orient) { in calculate_crop_rects() argument
1061 const int& sci_l = scissor.left; in calculate_crop_rects()
1062 const int& sci_t = scissor.top; in calculate_crop_rects()
1063 const int& sci_r = scissor.right; in calculate_crop_rects()
1064 const int& sci_b = scissor.bottom; in calculate_crop_rects()
1810 hwc_rect_t scissor = {0, 0, lSplit, hw_h }; in configureSplit() local
1811 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
1812 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSplit()
1819 hwc_rect_t scissor = {lSplit, 0, hw_w, hw_h }; in configureSplit() local
1820 scissor = getIntersection(ctx->mViewFrame[dpy], scissor); in configureSplit()
1821 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0); in configureSplit()
1940 hwc_rect_t scissor = {dst.left, dst.top, lSplit, dst.bottom }; in configureSourceSplit() local
1941 qhwc::calculate_crop_rects(tmp_cropL, tmp_dstL, scissor, 0); in configureSourceSplit()
1946 hwc_rect_t scissor = {lSplit, dst.top, dst.right, dst.bottom }; in configureSourceSplit() local
1947 qhwc::calculate_crop_rects(tmp_cropR, tmp_dstR, scissor, 0); in configureSourceSplit()