Home
last modified time | relevance | path

Searched refs:fPurgeBlobInbox (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrTextBlobCache.h31 , fPurgeBlobInbox(uniqueID) { in GrTextBlobCache()
188 SkMessageBus<PurgeBlobMessage>::Inbox fPurgeBlobInbox; variable
DGrTextBlobCache.cpp43 fPurgeBlobInbox.poll(&msgs); in purgeStaleBlobs()
/third_party/skia/src/gpu/text/
DGrTextBlobCache.cpp21 , fPurgeBlobInbox(messageBusID) { } in GrTextBlobCache()
88 fPurgeBlobInbox.poll(&msgs); in internalPurgeStaleBlobs()
DGrTextBlobCache.h92 SkMessageBus<PurgeBlobMessage, uint32_t>::Inbox fPurgeBlobInbox SK_GUARDED_BY(fSpinLock);