Home | History | Annotate | Download | only in core

Lines Matching refs:fArray

19     const Rec* curr = fArray.begin();
20 const Rec* stop = fArray.end();
34 if (fArray.count() >= TYPEFACE_CACHE_LIMIT) {
38 Rec* rec = fArray.append();
50 const Rec* curr = fArray.begin();
51 const Rec* stop = fArray.end();
62 const Rec* curr = fArray.begin();
63 const Rec* stop = fArray.end();
73 //remove currFace from fArray?
82 int count = fArray.count();
85 SkTypeface* face = fArray[i].fFace;
86 bool strong = fArray[i].fStrong;
93 fArray.remove(i);
105 this->purge(fArray.count());