Searched refs:fWindowRects (Results 1 – 4 of 4) sorted by relevance
538 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement()554 if (fWindowRects.count() >= fMaxWindowRectangles) { in clipOutsideElement()580 if (fWindowRects.count() < fMaxWindowRectangles) { in clipOutsideElement()606 fWindowRects.addWindow(window); in addWindowRectangle()675 fWindowRects.reset(); in makeEmpty()746 if (!fWindowRects.empty()) { in drawAlphaClipMask()747 clip.setWindowRectangles(fWindowRects.makeOffset(-fScissor.left(), -fScissor.top()), in drawAlphaClipMask()817 if (!fWindowRects.empty()) { in drawStencilClipMask()818 stencilClip.fixedClip().setWindowRectangles(fWindowRects, in drawStencilClipMask()
59 const GrWindowRectangles& windowRectangles() const { return fWindowRects; } in windowRectangles()144 GrWindowRectangles fWindowRects; variable