Home
last modified time | relevance | path

Searched refs:fCacheID (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkTextBlob.h254 fCacheID.store(cacheID); in notifyAddedToCache()
264 mutable std::atomic<uint32_t> fCacheID; variable
/external/skia/src/core/
DSkTextBlob.cpp150 , fCacheID(SK_InvalidUniqueID) {} in SkTextBlob()
154 if (SK_InvalidUniqueID != fCacheID.load()) { in ~SkTextBlob()
155 sktext::gpu::TextBlobRedrawCoordinator::PostPurgeBlobMessage(fUniqueID, fCacheID); in ~SkTextBlob()