Home
last modified time | relevance | path

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

/external/skia/src/text/gpu/
DTextBlobRedrawCoordinator.h75 struct BlobIDCacheEntry { struct
89 uint32_t fID;
92 SkSTArray<1, sk_sp<TextBlob>> fBlobs;
DTextBlobRedrawCoordinator.cpp233 TextBlobRedrawCoordinator::BlobIDCacheEntry::BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry() function in sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry
235 TextBlobRedrawCoordinator::BlobIDCacheEntry::BlobIDCacheEntry(uint32_t id) : fID(id) {} in BlobIDCacheEntry() function in sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry