Home
last modified time | relevance | path

Searched defs:BlobIDCacheEntry (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrTextBlobCache.h115 struct BlobIDCacheEntry { struct
116 BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry() function
117 explicit BlobIDCacheEntry(uint32_t id) : fID(id) {} in BlobIDCacheEntry() function
119 static uint32_t GetKey(const BlobIDCacheEntry& entry) { in GetKey() argument
123 void addBlob(sk_sp<GrTextBlob> blob) { in addBlob()
131 void removeBlob(GrTextBlob* blob) { in removeBlob()
141 sk_sp<GrTextBlob> find(const GrTextBlob::Key& key) const { in find()
165 idEntry = fBlobIDCache.set(id, BlobIDCacheEntry(id)); in add() argument
/third_party/skia/src/gpu/text/
DGrTextBlobCache.h55 struct BlobIDCacheEntry { struct
86 SkTHashMap<uint32_t, BlobIDCacheEntry> fBlobIDCache SK_GUARDED_BY(fSpinLock); argument
DGrTextBlobCache.cpp161 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