Home
last modified time | relevance | path

Searched refs:fBlobKeyCache (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrStencilAndCoverTextContext.cpp51 fBlobKeyCache.foreach(delete_hash_table_entry<TextBlob*>); in ~GrStencilAndCoverTextContext()
236 if (TextBlob** found = fBlobKeyCache.find(key)) { in findOrCreateTextBlob()
243 fBlobKeyCache.set(blob); in findOrCreateTextBlob()
260 fBlobKeyCache.remove(lru->key()); in purgeToFit()
DGrStencilAndCoverTextContext.h150 SkTHashTable<TextBlob*, const TextBlob::Key&, TextBlob> fBlobKeyCache; variable