Home
last modified time | relevance | path

Searched refs:addWindowRectangles (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/
DGrAppliedClip.h42 void addWindowRectangles(const GrWindowRectsState& windowState) { in addWindowRectangles() function
47 void addWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in addWindowRectangles() function
DGrFixedClip.cpp63 out->addWindowRectangles(fWindowRectsState); in apply()
DGrClipStackClip.cpp230 out->hardClip().addWindowRectangles(reducedClip.windowRectangles(), in apply()
/external/skia/src/gpu/
DGrAppliedClip.h59 void addWindowRectangles(const GrWindowRectsState& windowState) { in addWindowRectangles() function
64 void addWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in addWindowRectangles() function
DGrFixedClip.cpp48 out->addWindowRectangles(fWindowRectsState); in apply()
DGrClipStackClip.cpp232 out->hardClip().addWindowRectangles(reducedClip.windowRectangles(), in apply()
DGrClipStack.cpp1466 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()