Home
last modified time | relevance | path

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

/third_party/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.cpp47 out->addWindowRectangles(fWindowRectsState); in apply()
/third_party/skia/src/gpu/v1/
DClipStack.cpp1464 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()