Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrReducedClip.cpp102 if (fWindowRects.count() < maxWindowRectangles) { in GrReducedClip()
167 } else if (fWindowRects.count() < maxWindowRectangles && !embiggens && in walkStack()
444 SkASSERT(fWindowRects.count() < maxWindowRectangles); in addInteriorWindowRectangles()
457 if (fWindowRects.count() >= maxWindowRectangles) { in addInteriorWindowRectangles()
485 if (fWindowRects.count() >= maxWindowRectangles) { in addInteriorWindowRectangles()
492 if (fWindowRects.count() >= maxWindowRectangles) { in addInteriorWindowRectangles()
508 fWindowRects.addWindow(window); in addWindowRectangle()
516 fWindowRects.reset(); in intersectIBounds()
592 if (!fWindowRects.empty()) { in drawAlphaClipMask()
593 clip.setWindowRectangles(fWindowRects.makeOffset(-fIBounds.left(), -fIBounds.top()), in drawAlphaClipMask()
[all …]
DGrReducedClip.h46 const GrWindowRectangles& windowRectangles() const { return fWindowRects; } in windowRectangles()
84 GrWindowRectangles fWindowRects; variable