Lines Matching refs:fCount
119 SkDEBUGCODE(fCount = 0;) in SkAutoTArray()
129 SkDEBUGCODE(fCount = count;) in SkAutoTArray()
141 SkDEBUGCODE(fCount = count;) in reset()
153 SkASSERT((unsigned)index < (unsigned)fCount);
159 SkDEBUGCODE(SkTSwap(fCount, other.fCount)); in swap()
164 SkDEBUGCODE(int fCount;)
174 fCount = 0; in SkAutoSTArray()
181 fCount = 0; in SkAutoSTArray()
192 T* iter = start + fCount; in reset()
197 if (fCount != count) { in reset()
198 if (fCount > kCount) { in reset()
217 fCount = count; in reset()
229 int count() const { return fCount; } in count()
238 SkASSERT(index < fCount);
254 int fCount; variable