Home
last modified time | relevance | path

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

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