Searched refs:cacheID (Results 1 – 11 of 11) sorted by relevance
/external/skqp/src/gpu/text/ |
D | GrTextBlobCache.cpp | 36 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() argument 38 SkMessageBus<PurgeBlobMessage>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()
|
D | GrTextBlobCache.h | 102 static void PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID);
|
/external/skqp/include/core/ |
D | SkTextBlob.h | 222 void notifyAddedToCache(uint32_t cacheID) const { in notifyAddedToCache() argument 223 fCacheID.store(cacheID); in notifyAddedToCache()
|
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.cpp | 76 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() argument 78 SkMessageBus<PurgeBlobMessage, uint32_t>::Post(PurgeBlobMessage(blobID, cacheID)); in PostPurgeBlobMessage()
|
D | GrTextBlobCache.h | 43 static void PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID);
|
/external/skia/include/core/ |
D | SkTextBlob.h | 249 void notifyAddedToCache(uint32_t cacheID) const { in notifyAddedToCache() argument 250 fCacheID.store(cacheID); in notifyAddedToCache()
|
/external/skqp/src/core/ |
D | SkGlyphRun.cpp | 95 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache() 97 fOriginalTextBlob->notifyAddedToCache(cacheID); in temporaryShuntBlobNotifyAddedToCache()
|
D | SkGlyphRun.h | 79 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;
|
/external/icu/icu4c/source/i18n/ |
D | tzgnames.cpp | 572 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/ |
D | SkGlyphRun.h | 81 void temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const;
|
D | SkGlyphRun.cpp | 139 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache() 141 fOriginalTextBlob->notifyAddedToCache(cacheID); in temporaryShuntBlobNotifyAddedToCache()
|