Home
last modified time | relevance | path

Searched refs:GrBatchFontCache (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/gpu/text/
DGrBatchFontCache.cpp20 bool GrBatchFontCache::initAtlas(GrMaskFormat format) { in initAtlas()
32 &GrBatchFontCache::HandleEviction, in initAtlas()
41 GrBatchFontCache::GrBatchFontCache(GrContext* context) in GrBatchFontCache() function in GrBatchFontCache
71 GrBatchFontCache::~GrBatchFontCache() { in ~GrBatchFontCache()
83 void GrBatchFontCache::freeAll() { in freeAll()
97 void GrBatchFontCache::HandleEviction(GrBatchAtlas::AtlasID id, void* ptr) { in HandleEviction()
98 GrBatchFontCache* fontCache = reinterpret_cast<GrBatchFontCache*>(ptr); in HandleEviction()
115 void GrBatchFontCache::dump() const { in dump()
134 void GrBatchFontCache::setAtlasSizes_ForTesting(const GrBatchAtlasConfig configs[3]) { in setAtlasSizes_ForTesting()
156 GrBatchTextStrike::GrBatchTextStrike(GrBatchFontCache* cache, const GrFontDescKey* key) in GrBatchTextStrike()
DGrTextUtils.h15 class GrBatchFontCache; variable
39 GrBatchFontCache*, const SkSurfaceProps&,
46 GrBatchFontCache*, const SkSurfaceProps&, const SkPaint&,
57 GrBatchFontCache*, const SkSurfaceProps&,
64 GrBatchFontCache*, const SkSurfaceProps&, const SkPaint&,
96 static void BmpAppendGlyph(GrAtlasTextBlob*, int runIndex, GrBatchFontCache*,
100 static bool DfAppendGlyph(GrAtlasTextBlob*, int runIndex, GrBatchFontCache*,
DGrBatchFontCache.h18 class GrBatchFontCache; variable
27 GrBatchTextStrike(GrBatchFontCache*, const GrFontDescKey* fontScalerKey);
31 GrBatchFontCache* getBatchFontCache() const { return fBatchFontCache; } in getBatchFontCache()
90 GrBatchFontCache* fBatchFontCache;
96 friend class GrBatchFontCache; variable
107 class GrBatchFontCache {
109 GrBatchFontCache(GrContext*);
110 ~GrBatchFontCache();
DGrAtlasTextContext.h56 GrBatchFontCache*,
66 GrBatchFontCache*, const GrShaderCaps&,
72 static inline GrAtlasTextBlob* CreateDrawPosTextBlob(GrTextBlobCache*, GrBatchFontCache*,
DGrTextUtils.cpp41 GrBatchFontCache* fontCache, in DrawBmpText()
81 GrBatchFontCache* fontCache, in DrawBmpPosText()
123 GrBatchFontCache* fontCache, in BmpAppendGlyph()
249 GrBatchFontCache* fontCache, const SkSurfaceProps& props, in DrawDFText()
318 GrBatchFontCache* fontCache, const SkSurfaceProps& props, in DrawDFPosText()
424 bool GrTextUtils::DfAppendGlyph(GrAtlasTextBlob* blob, int runIndex, GrBatchFontCache* cache, in DfAppendGlyph()
DGrAtlasTextBlob.h258 void regenInBatch(GrDrawBatch::Target* target, GrBatchFontCache* fontCache,
280 GrBatchFontCache* cache);
295 GrBatchFontCache* cache);
489 GrBatchFontCache* fontCache,
504 GrBatchFontCache* cache);
DGrAtlasTextContext.cpp163 GrBatchFontCache* fontCache, in RegenerateTextBlob()
253 GrBatchFontCache* fontCache, in CreateDrawTextBlob()
278 GrAtlasTextContext::CreateDrawPosTextBlob(GrTextBlobCache* blobCache, GrBatchFontCache* fontCache, in CreateDrawPosTextBlob()
DGrAtlasTextBlob_regenInBatch.cpp142 GrBatchFontCache* fontCache, in regenInBatch()
255 GrBatchFontCache* fontCache, in regenInBatch()
DGrAtlasTextBlob.cpp260 GrBatchFontCache* cache) { in createBatch()
305 GrBatchFontCache* cache) { in flushRun()
463 GrBatchFontCache* cache) { in test_createBatch()
/external/skia/src/gpu/batches/
DGrAtlasTextBatch.h35 GrBatchFontCache* fontCache) { in CreateBitmap()
59 int glyphCount, GrBatchFontCache* fontCache, in CreateDistanceField()
179 GrBatchFontCache* fFontCache;
/external/skia/include/gpu/
DGrContext.h25 class GrBatchFontCache; variable
318 GrBatchFontCache* getBatchFontCache() { return fBatchFontCache; } in getBatchFontCache()
372 GrBatchFontCache* fBatchFontCache;
/external/skia/src/gpu/
DGrTest.cpp149 GrBatchFontCache* cache = this->getBatchFontCache(); in getFontAtlasTexture()
DGrContext.cpp101 fBatchFontCache = new GrBatchFontCache(this); in initCommon()
/external/skia/gyp/
Dgpu.gypi301 '<(skia_src_path)/gpu/text/GrBatchFontCache.cpp',
302 '<(skia_src_path)/gpu/text/GrBatchFontCache.h',
/external/skia/
DAndroid.mk488 src/gpu/text/GrBatchFontCache.cpp \