Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrReducedClip.h59 const GrWindowRectangles& windowRectangles() const { return fWindowRects; } in windowRectangles()
143 GrWindowRectangles fWindowRects; variable
DGrReducedClip.cpp537 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement()
553 if (fWindowRects.count() >= fMaxWindowRectangles) { in clipOutsideElement()
579 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement()
604 fWindowRects.addWindow(window); in addWindowRectangle()
673 fWindowRects.reset(); in makeEmpty()
756 if (!fWindowRects.empty()) { in drawAlphaClipMask()
757 clip.setWindowRectangles(fWindowRects.makeOffset(-fScissor.left(), -fScissor.top()), in drawAlphaClipMask()
828 if (!fWindowRects.empty()) { in drawStencilClipMask()
829 stencilClip.fixedClip().setWindowRectangles(fWindowRects, in drawStencilClipMask()