Home
last modified time | relevance | path

Searched refs:cacheID (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlobCache.cpp36 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() argument
38 SkMessageBus<PurgeBlobMessage>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()
DGrTextBlobCache.h102 static void PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID);
/external/skqp/include/core/
DSkTextBlob.h222 void notifyAddedToCache(uint32_t cacheID) const { in notifyAddedToCache() argument
223 fCacheID.store(cacheID); in notifyAddedToCache()
/external/skia/src/gpu/text/
DGrTextBlobCache.cpp76 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() argument
78 SkMessageBus<PurgeBlobMessage, uint32_t>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()
DGrTextBlobCache.h43 static void PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID);
/external/skia/include/core/
DSkTextBlob.h249 void notifyAddedToCache(uint32_t cacheID) const { in notifyAddedToCache() argument
250 fCacheID.store(cacheID); in notifyAddedToCache()
/external/skqp/src/core/
DSkGlyphRun.cpp95 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache()
97 fOriginalTextBlob->notifyAddedToCache(cacheID); in temporaryShuntBlobNotifyAddedToCache()
DSkGlyphRun.h79 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;
/external/icu/icu4c/source/i18n/
Dtzgnames.cpp572 const UChar* cacheID = ZoneMeta::findTimeZoneID(tzCanonicalID); in getGenericLocationName() local
573 U_ASSERT(cacheID != NULL); in getGenericLocationName()
576 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)gEmpty, &status); in getGenericLocationName()
578 uhash_put(fLocationNamesMap, (void *)cacheID, (void *)locname, &status); in getGenericLocationName()
586 nameinfo->tzID = cacheID; in getGenericLocationName()
/external/skia/src/core/
DSkGlyphRun.h81 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;
DSkGlyphRun.cpp139 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache()
141 fOriginalTextBlob->notifyAddedToCache(cacheID); in temporaryShuntBlobNotifyAddedToCache()