Home | History | Annotate | Download | only in core

Lines Matching full:farray

19     const Rec* curr = fArray.begin();
20 const Rec* stop = fArray.end();
28 if (fArray.count() >= TYPEFACE_CACHE_LIMIT) {
32 Rec* rec = fArray.append();
38 const Rec* curr = fArray.begin();
39 const Rec* stop = fArray.end();
51 int count = fArray.count();
54 SkTypeface* face = fArray[i].fFace;
57 fArray.remove(i);
69 this->purge(fArray.count());