Home
last modified time | relevance | path

Searched refs:BlobIDCacheEntry (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/text/
H A DGrTextBlobCache.cpp33 const BlobIDCacheEntry* idEntry = fBlobIDCache.find(key.fUniqueID); in find()
146 idEntry = fBlobIDCache.set(id, BlobIDCacheEntry(id)); in internalAdd()
161 GrTextBlobCache::BlobIDCacheEntry::BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry() function in GrTextBlobCache::BlobIDCacheEntry
163 GrTextBlobCache::BlobIDCacheEntry::BlobIDCacheEntry(uint32_t id) : fID(id) {} in BlobIDCacheEntry() function in GrTextBlobCache::BlobIDCacheEntry
165 uint32_t GrTextBlobCache::BlobIDCacheEntry::GetKey(const GrTextBlobCache::BlobIDCacheEntry& entry) { in GetKey()
169 void GrTextBlobCache::BlobIDCacheEntry::addBlob(sk_sp<GrTextBlob> blob) { in addBlob()
177 void GrTextBlobCache::BlobIDCacheEntry
[all...]
H A DGrTextBlobCache.h55 struct BlobIDCacheEntry { struct in GrTextBlobCache
56 BlobIDCacheEntry();
57 explicit BlobIDCacheEntry(uint32_t id);
59 static uint32_t GetKey(const BlobIDCacheEntry& entry);
86 SkTHashMap<uint32_t, BlobIDCacheEntry> fBlobIDCache SK_GUARDED_BY(fSpinLock);

Completed in 1 milliseconds