Home | History | Annotate | Download | only in core

Lines Matching refs:fArray

19     if (fArray.count() >= TYPEFACE_CACHE_LIMIT) {
23 Rec* rec = fArray.append();
35 const Rec* curr = fArray.begin();
36 const Rec* stop = fArray.end();
47 const Rec* curr = fArray.begin();
48 const Rec* stop = fArray.end();
58 //remove currFace from fArray?
67 int count = fArray.count();
70 SkTypeface* face = fArray[i].fFace;
71 bool strong = fArray[i].fStrong;
78 fArray.remove(i);
90 this->purge(fArray.count());