Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTextBlob.h223 fCacheID.store(cacheID); in notifyAddedToCache()
234 mutable std::atomic<uint32_t> fCacheID; variable
/external/skqp/include/core/
DSkTextBlob.h223 fCacheID.store(cacheID); in notifyAddedToCache()
234 mutable std::atomic<uint32_t> fCacheID; variable
/external/skqp/src/core/
DSkTextBlob.cpp146 , fCacheID(SK_InvalidUniqueID) {} in SkTextBlob()
150 if (SK_InvalidUniqueID != fCacheID.load()) { in ~SkTextBlob()
151 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID, fCacheID); in ~SkTextBlob()
/external/skia/src/core/
DSkTextBlob.cpp146 , fCacheID(SK_InvalidUniqueID) {} in SkTextBlob()
150 if (SK_InvalidUniqueID != fCacheID.load()) { in ~SkTextBlob()
151 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID, fCacheID); in ~SkTextBlob()