Searched refs:fBlobIDCache (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/text/
H A DGrTextBlobCache.cpp18 fBlobIDCache.foreach([this](uint32_t, BlobIDCacheEntry* entry) {
24 fBlobIDCache.reset();
41 auto* idEntry = fBlobIDCache.find(msg.fID);
53 fBlobIDCache.remove(msg.fID);
H A DGrTextBlobCache.h61 const auto* idEntry = fBlobIDCache.find(key.fUniqueID);
67 auto* idEntry = fBlobIDCache.find(id);
73 fBlobIDCache.remove(id);
160 auto* idEntry = fBlobIDCache.find(id);
162 idEntry = fBlobIDCache.set(id, BlobIDCacheEntry(id));
180 SkTHashMap<uint32_t, BlobIDCacheEntry> fBlobIDCache; member in class:GrTextBlobCache
/external/skqp/src/gpu/text/
H A DGrTextBlobCache.cpp17 fBlobIDCache.foreach([this](uint32_t, BlobIDCacheEntry* entry) {
23 fBlobIDCache.reset();
40 auto* idEntry = fBlobIDCache.find(msg.fID);
52 fBlobIDCache.remove(msg.fID);
H A DGrTextBlobCache.h61 const auto* idEntry = fBlobIDCache.find(key.fUniqueID);
67 auto* idEntry = fBlobIDCache.find(id);
73 fBlobIDCache.remove(id);
160 auto* idEntry = fBlobIDCache.find(id);
162 idEntry = fBlobIDCache.set(id, BlobIDCacheEntry(id));
179 SkTHashMap<uint32_t, BlobIDCacheEntry> fBlobIDCache; member in class:GrTextBlobCache

Completed in 206 milliseconds