Searched refs:fBlobList (Results 1 – 4 of 4) sorted by relevance
40 if (blobPtr != nullptr && blobPtr != fBlobList.head()) { in find()41 fBlobList.remove(blobPtr); in find()42 fBlobList.addToHead(blobPtr); in find()60 fBlobList.remove(blob); in internalRemove()72 fBlobList.reset(); in freeAll()100 fBlobList.remove(blob.get()); in internalPurgeStaleBlobs()125 iter.init(fBlobList, TextBlobList::Iter::kTail_IterStart); in internalCheckPurge()152 fBlobList.addToHead(blob.get()); in internalAdd()
85 TextBlobList fBlobList SK_GUARDED_BY(fSpinLock);
24 fBlobList.remove(blob.get()); in freeAll()33 SkASSERT(fBlobList.isEmpty()); in freeAll()55 fBlobList.remove(blob.get()); in purgeStaleBlobs()70 iter.init(fBlobList, BitmapBlobList::Iter::kTail_IterStart); in checkPurge()
63 fBlobList.remove(blob); in remove()71 if (fBlobList.head() == blob) { in makeMRU()75 fBlobList.remove(blob); in makeMRU()76 fBlobList.addToHead(blob); in makeMRU()166 fBlobList.addToHead(rawBlobPtr); in add()177 BitmapBlobList fBlobList; variable