Home
last modified time | relevance | path

Searched refs:windowRectangles (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrReducedClip.h59 const GrWindowRectangles& windowRectangles() const { return fWindowRects; } in windowRectangles() function
DGrClipStackClip.cpp236 if (!reducedClip.windowRectangles().empty()) { in apply()
237 out->hardClip().addWindowRectangles(reducedClip.windowRectangles(), in apply()