Searched refs:GrTextBlobCache (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.cpp | 10 DECLARE_SKMESSAGEBUS_MESSAGE(GrTextBlobCache::PurgeBlobMessage) in DECLARE_SKMESSAGEBUS_MESSAGE() 12 GrTextBlobCache::~GrTextBlobCache() { in DECLARE_SKMESSAGEBUS_MESSAGE() 16 void GrTextBlobCache::freeAll() { in freeAll() 30 void GrTextBlobCache::PostPurgeBlobMessage(uint32_t id) { in PostPurgeBlobMessage()
|
D | GrAtlasTextContext.h | 24 class GrTextBlobCache; variable 67 static inline sk_sp<GrAtlasTextBlob> MakeDrawTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*, 75 static inline sk_sp<GrAtlasTextBlob> MakeDrawPosTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*,
|
D | GrTextBlobCache.h | 18 class GrTextBlobCache { 26 GrTextBlobCache(PFOverBudgetCB cb, void* data) in GrTextBlobCache() function 33 ~GrTextBlobCache();
|
D | GrAtlasTextContext.cpp | 98 GrTextBlobCache* cache = context->getTextBlobCache(); in drawTextBlob() 138 GrTextBlobCache::BlobGlyphCount(&glyphCount, &runCount, blob); in drawTextBlob() 234 GrAtlasTextContext::MakeDrawTextBlob(GrTextBlobCache* blobCache, in MakeDrawTextBlob() 259 GrAtlasTextContext::MakeDrawPosTextBlob(GrTextBlobCache* blobCache, in MakeDrawPosTextBlob()
|
/external/skia/include/gpu/ |
D | GrContext.h | 37 class GrTextBlobCache; variable 341 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache.get(); } in getTextBlobCache() 394 std::unique_ptr<GrTextBlobCache> fTextBlobCache;
|
/external/skia/include/core/ |
D | SkTextBlob.h | 85 friend class GrTextBlobCache; variable
|
/external/skia/gn/ |
D | gpu.gni | 366 "$_src/gpu/text/GrTextBlobCache.cpp", 367 "$_src/gpu/text/GrTextBlobCache.h",
|
/external/skia/src/core/ |
D | SkTextBlob.cpp | 299 GrTextBlobCache::PostPurgeBlobMessage(fUniqueID); in ~SkTextBlob()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 108 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this)); in initCommon()
|
/external/skia/ |
D | Android.bp | 558 "src/gpu/text/GrTextBlobCache.cpp",
|