Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/text/gpu/
H A DTextBlobRedrawCoordinator.h72 struct BlobIDCacheEntry { struct
86 uint32_t fID;
89 skia_private::STArray<1, sk_sp<TextBlob>> fBlobs;
H A DTextBlobRedrawCoordinator.cpp225 TextBlobRedrawCoordinator::BlobIDCacheEntry::BlobIDCacheEntry() : fID(SK_InvalidGenID) {} in BlobIDCacheEntry() function in sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry
227 TextBlobRedrawCoordinator::BlobIDCacheEntry::BlobIDCacheEntry(uint32_t id) : fID(id) {} in BlobIDCacheEntry() function in sktext::gpu::TextBlobRedrawCoordinator::BlobIDCacheEntry