Lines Matching refs:maxWindowRectangles
34 int maxWindowRectangles) { in GrReducedClip() argument
106 this->walkStack(stack, tighterQuery, maxWindowRectangles); in GrReducedClip()
108 if (fWindowRects.count() < maxWindowRectangles) { in GrReducedClip()
109 this->addInteriorWindowRectangles(maxWindowRectangles); in GrReducedClip()
114 int maxWindowRectangles) { in walkStack() argument
173 } else if (fWindowRects.count() < maxWindowRectangles && !embiggens && in walkStack()
449 void GrReducedClip::addInteriorWindowRectangles(int maxWindowRectangles) { in addInteriorWindowRectangles() argument
450 SkASSERT(fWindowRects.count() < maxWindowRectangles); in addInteriorWindowRectangles()
463 if (fWindowRects.count() >= maxWindowRectangles) { in addInteriorWindowRectangles()
491 if (fWindowRects.count() >= maxWindowRectangles) { in addInteriorWindowRectangles()
498 if (fWindowRects.count() >= maxWindowRectangles) { in addInteriorWindowRectangles()