Home | History | Annotate | Download | only in gpu

Lines Matching refs:maxWindowRectangles

34                              int maxWindowRectangles) {
100 this->walkStack(stack, tighterQuery, maxWindowRectangles);
102 if (fWindowRects.count() < maxWindowRectangles) {
103 this->addInteriorWindowRectangles(maxWindowRectangles);
108 int maxWindowRectangles) {
167 } else if (fWindowRects.count() < maxWindowRectangles && !embiggens &&
443 void GrReducedClip::addInteriorWindowRectangles(int maxWindowRectangles) {
444 SkASSERT(fWindowRects.count() < maxWindowRectangles);
457 if (fWindowRects.count() >= maxWindowRectangles) {
485 if (fWindowRects.count() >= maxWindowRectangles) {
492 if (fWindowRects.count() >= maxWindowRectangles) {