Searched refs:setWindowRectangles (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/gpu/ |
D | GrFixedClip.h | 41 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles() function
|
D | GrReducedClip.cpp | 747 clip.setWindowRectangles(fWindowRects.makeOffset(-fScissor.left(), -fScissor.top()), in drawAlphaClipMask() 818 stencilClip.fixedClip().setWindowRectangles(fWindowRects, in drawStencilClipMask()
|
/external/skia/src/gpu/ |
D | GrFixedClip.h | 41 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles() function
|
D | GrReducedClip.cpp | 757 clip.setWindowRectangles(fWindowRects.makeOffset(-fScissor.left(), -fScissor.top()), in drawAlphaClipMask() 829 stencilClip.fixedClip().setWindowRectangles(fWindowRects, in drawStencilClipMask()
|
/external/skqp/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 118 stencilClip.fixedClip().setWindowRectangles(appliedClip.windowRectsState().windows(), in onDrawPath()
|
/external/skia/src/gpu/ops/ |
D | GrStencilAndCoverPathRenderer.cpp | 117 stencilClip.fixedClip().setWindowRectangles(appliedClip.windowRectsState().windows(), in onDrawPath()
|