/external/skqp/src/gpu/text/ |
D | GrTextBlobCache.cpp | 10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage) in DECLARE_SKMESSAGEBUS_MESSAGE() 13 const GrTextBlobCache::PurgeBlobMessage& msg, uint32_t msgBusUniqueID) { in DECLARE_SKMESSAGEBUS_MESSAGE() 17 GrTextBlobCache::~GrTextBlobCache() { in ~GrTextBlobCache() 21 void GrTextBlobCache::freeAll() { in freeAll() 36 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() 41 void GrTextBlobCache::purgeStaleBlobs() { in purgeStaleBlobs() 63 void GrTextBlobCache::checkPurge(GrTextBlob* blob) { in checkPurge()
|
D | GrTextBlobCache.h | 18 class GrTextBlobCache { 26 GrTextBlobCache(PFOverBudgetCB cb, void* data, uint32_t uniqueID) in GrTextBlobCache() function 34 ~GrTextBlobCache();
|
D | GrTextContext.h | 21 class GrTextBlobCache; variable
|
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.cpp | 10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage) in DECLARE_SKMESSAGEBUS_MESSAGE() 13 const GrTextBlobCache::PurgeBlobMessage& msg, uint32_t msgBusUniqueID) { in DECLARE_SKMESSAGEBUS_MESSAGE() 17 GrTextBlobCache::~GrTextBlobCache() { in ~GrTextBlobCache() 21 void GrTextBlobCache::freeAll() { in freeAll() 36 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t blobID, uint32_t cacheID) { in PostPurgeBlobMessage() 41 void GrTextBlobCache::purgeStaleBlobs() { in purgeStaleBlobs() 63 void GrTextBlobCache::checkPurge(GrTextBlob* blob) { in checkPurge()
|
D | GrTextBlobCache.h | 18 class GrTextBlobCache { 26 GrTextBlobCache(PFOverBudgetCB cb, void* data, uint32_t uniqueID) in GrTextBlobCache() function 34 ~GrTextBlobCache();
|
D | GrTextContext.h | 22 class GrTextBlobCache; variable
|
/external/skia/include/private/ |
D | GrRecordingContext.h | 20 class GrTextBlobCache; variable 45 GrTextBlobCache* getTextBlobCache(); 46 const GrTextBlobCache* getTextBlobCache() const; 114 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
|
/external/skqp/src/atlastext/ |
D | SkInternalAtlasTextContext.h | 18 class GrTextBlobCache; variable 37 GrTextBlobCache* textBlobCache();
|
D | SkInternalAtlasTextContext.cpp | 56 GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() { in textBlobCache()
|
/external/skia/src/atlastext/ |
D | SkInternalAtlasTextContext.h | 18 class GrTextBlobCache; variable 37 GrTextBlobCache* textBlobCache();
|
D | SkInternalAtlasTextContext.cpp | 56 GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() { in textBlobCache()
|
/external/skqp/include/gpu/ |
D | GrContext.h | 44 class GrTextBlobCache; variable 309 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
|
/external/skia/src/gpu/ |
D | GrRecordingContext.cpp | 61 fTextBlobCache.reset(new GrTextBlobCache(textblobcache_overbudget_CB, this, in init() 136 GrTextBlobCache* GrRecordingContext::getTextBlobCache() { in getTextBlobCache() 140 const GrTextBlobCache* GrRecordingContext::getTextBlobCache() const { in getTextBlobCache()
|
D | GrRecordingContextPriv.h | 54 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache()
|
D | GrContextPriv.h | 70 GrTextBlobCache* getTextBlobCache() { return fContext->getTextBlobCache(); } in getTextBlobCache()
|
/external/skqp/src/gpu/ |
D | GrContextPriv.h | 207 GrTextBlobCache* getTextBlobCache() { return fContext->fTextBlobCache.get(); } in getTextBlobCache()
|
D | GrContext.cpp | 134 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this, this->contextID())); in initCommon()
|
/external/skqp/include/core/ |
D | SkTextBlob.h | 227 friend class GrTextBlobCache; variable
|
/external/skia/include/core/ |
D | SkTextBlob.h | 227 friend class GrTextBlobCache; variable
|
/external/skia/gn/ |
D | gpu.gni | 418 "$_src/gpu/text/GrTextBlobCache.cpp", 419 "$_src/gpu/text/GrTextBlobCache.h",
|
/external/skqp/gn/ |
D | gpu.gni | 407 "$_src/gpu/text/GrTextBlobCache.cpp", 408 "$_src/gpu/text/GrTextBlobCache.h",
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 655 GrTextBlobCache* textBlobCache = context->priv().getTextBlobCache(); in drawGlyphRunList()
|
D | SkTextBlob.cpp | 151 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID, fCacheID); in ~SkTextBlob()
|
/external/skqp/src/core/ |
D | SkTextBlob.cpp | 151 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID, fCacheID); in ~SkTextBlob()
|
D | SkGlyphRunPainter.cpp | 532 GrTextBlobCache* textBlobCache = context->contextPriv().getTextBlobCache(); in drawGlyphRunList()
|