Searched refs:fBlobIdCache (Results 1 – 2 of 2) sorted by relevance
50 fBlobIdCache.foreach(delete_hash_map_entry<uint32_t, TextBlob*>); in ~GrStencilAndCoverTextContext()219 if (TextBlob** found = fBlobIdCache.find(skBlob->uniqueID())) { in findOrCreateTextBlob()226 fBlobIdCache.set(skBlob->uniqueID(), blob); in findOrCreateTextBlob()258 fBlobIdCache.remove(lru->key()[0]); in purgeToFit()
149 SkTHashMap<uint32_t, TextBlob*> fBlobIdCache; variable