Lines Matching refs:fNumRects
68 // failing intersection tests, thus allowing us to test for intersection beyond fNumRects
78 fNumRects = 0;
83 // fNumRects without failing.
89 // fNumRects without failing.
91 SkASSERT(fNumRects <= kMaxRectsInList);
93 for (int i = 0; i < fNumRects; i += 4) {
109 if (fNumRects == kMaxRectsInList) {
119 SkASSERT(fNumRects < kMaxRectsInList);
120 int i = fNumRects++;
138 SkASSERT(fNumRects == kMaxRectsInList);
172 int numCombinedRects = fNumRects;
185 SkASSERT(0 < fNumRects && fNumRects < numCombinedRects);
186 SkASSERT(0 < hiNode->fNumRects && hiNode->fNumRects < numCombinedRects);
193 int fNumRects;