Home
last modified time | relevance | path

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

/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