Home
last modified time | relevance | path

Searched refs:windowRects (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/v1/
H A DStencilMaskHelper.h45 const GrWindowRectangles& windowRects, int numFPs);
H A DStencilMaskHelper.cpp352 const GrWindowRectangles& windowRects, int numFPs) { in init()
360 if (!windowRects.empty()) { in init()
362 windowRects, GrWindowRectsState::Mode::kExclusive); in init()
351 init(const SkIRect& bounds, uint32_t genID, const GrWindowRectangles& windowRects, int numFPs) init() argument
H A DClipStack.cpp1350 GrWindowRectangles windowRects; in apply() local
1416 windowRects.count() < maxWindowRectangles) { in apply()
1419 windowRects.addWindow(e.innerBounds()); in apply()
1463 if (!windowRects.empty()) { in apply()
1464 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()

Completed in 4 milliseconds