Home
last modified time | relevance | path

Searched refs:GrTextBlobCache (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/text/
DGrTextBlobCache.cpp10 GrTextBlobCache::~GrTextBlobCache() { in ~GrTextBlobCache()
14 void GrTextBlobCache::freeAll() { in freeAll()
DGrAtlasTextContext.h24 class GrTextBlobCache; variable
65 static inline GrAtlasTextBlob* CreateDrawTextBlob(GrTextBlobCache*,
72 static inline GrAtlasTextBlob* CreateDrawPosTextBlob(GrTextBlobCache*, GrBatchFontCache*,
DGrTextBlobCache.h15 class GrTextBlobCache {
23 GrTextBlobCache(PFOverBudgetCB cb, void* data) in GrTextBlobCache() function
30 ~GrTextBlobCache();
DGrAtlasTextContext.cpp90 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/
DGrContext.h41 class GrTextBlobCache; variable
320 GrTextBlobCache* getTextBlobCache() { return fTextBlobCache; } in getTextBlobCache()
374 SkAutoTDelete<GrTextBlobCache> fTextBlobCache;
/external/skia/src/gpu/
DGrContext.cpp103 fTextBlobCache.reset(new GrTextBlobCache(TextBlobCacheOverBudgetCB, this)); in initCommon()
/external/skia/gyp/
Dgpu.gypi309 '<(skia_src_path)/gpu/text/GrTextBlobCache.cpp',
310 '<(skia_src_path)/gpu/text/GrTextBlobCache.h',
/external/skia/
DAndroid.mk492 src/gpu/text/GrTextBlobCache.cpp \