Searched refs:GrTextBlobCache (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/gpu/text/ |
D | GrTextBlobCache.cpp | 10 GrTextBlobCache::~GrTextBlobCache() { in ~GrTextBlobCache() 14 void GrTextBlobCache::freeAll() { in freeAll()
|
D | GrAtlasTextContext.h | 24 class GrTextBlobCache; variable 65 static inline GrAtlasTextBlob* CreateDrawTextBlob(GrTextBlobCache*, 72 static inline GrAtlasTextBlob* CreateDrawPosTextBlob(GrTextBlobCache*, GrBatchFontCache*,
|
D | GrTextBlobCache.h | 15 class GrTextBlobCache { 23 GrTextBlobCache(PFOverBudgetCB cb, void* data) in GrTextBlobCache() function 30 ~GrTextBlobCache();
|
D | GrAtlasTextContext.cpp | 90 GrTextBlobCache* cache = context->getTextBlobCache(); in drawTextBlob() 136 GrTextBlobCache::BlobGlyphCount(&glyphCount, &runCount, blob); in drawTextBlob() 252 GrAtlasTextContext::CreateDrawTextBlob(GrTextBlobCache* blobCache, in CreateDrawTextBlob() 278 GrAtlasTextContext::CreateDrawPosTextBlob(GrTextBlobCache* blobCache, GrBatchFontCache* fontCache, in CreateDrawPosTextBlob()
|
/external/skia/include/gpu/ |
D | GrContext.h | 41 class GrTextBlobCache; variable 320 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache; } in getTextBlobCache() 374 SkAutoTDelete<GrTextBlobCache> fTextBlobCache;
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 103 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this)); in initCommon()
|
/external/skia/gyp/ |
D | gpu.gypi | 309 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp', 310 '<(skia_src_path)/gpu/text/GrTextBlobCache.h',
|
/external/skia/ |
D | Android.mk | 492 src/gpu/text/GrTextBlobCache.cpp \
|