/external/skia/src/gpu/text/ |
D | GrTextUtils.h | 18 class GrAtlasGlyphCache; variable 112 static void DrawBmpText(GrAtlasTextBlob*, int runIndex, GrAtlasGlyphCache*, 117 static void DrawBmpPosText(GrAtlasTextBlob*, int runIndex, GrAtlasGlyphCache*, 127 static void DrawDFText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache*, 132 static void DrawDFPosText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache*, 162 static void BmpAppendGlyph(GrAtlasTextBlob*, int runIndex, GrAtlasGlyphCache*, 166 static bool DfAppendGlyph(GrAtlasTextBlob*, int runIndex, GrAtlasGlyphCache*,
|
D | GrAtlasGlyphCache.cpp | 19 bool GrAtlasGlyphCache::initAtlas(GrMaskFormat format) { in initAtlas() 30 &GrAtlasGlyphCache::HandleEviction, (void*)this); in initAtlas() 38 GrAtlasGlyphCache::GrAtlasGlyphCache(GrContext* context, float maxTextureBytes) in GrAtlasGlyphCache() function in GrAtlasGlyphCache 82 GrAtlasGlyphCache::~GrAtlasGlyphCache() { in ~GrAtlasGlyphCache() 91 void GrAtlasGlyphCache::freeAll() { in freeAll() 104 void GrAtlasGlyphCache::HandleEviction(GrDrawOpAtlas::AtlasID id, void* ptr) { in HandleEviction() 105 GrAtlasGlyphCache* fontCache = reinterpret_cast<GrAtlasGlyphCache*>(ptr); in HandleEviction() 181 void GrAtlasGlyphCache::dump() const { in dump() 202 void GrAtlasGlyphCache::setAtlasSizes_ForTesting(const GrDrawOpAtlasConfig configs[3]) { in setAtlasSizes_ForTesting() 403 GrAtlasTextStrike::GrAtlasTextStrike(GrAtlasGlyphCache* owner, const SkDescriptor& key) in GrAtlasTextStrike()
|
D | GrAtlasGlyphCache.h | 18 class GrAtlasGlyphCache; variable 31 GrAtlasTextStrike(GrAtlasGlyphCache* owner, const SkDescriptor& fontScalerKey); 90 GrAtlasGlyphCache* fAtlasGlyphCache; 102 friend class GrAtlasGlyphCache; variable 111 class GrAtlasGlyphCache { 113 GrAtlasGlyphCache(GrContext*, float maxTextureBytes); 114 ~GrAtlasGlyphCache();
|
D | GrAtlasTextContext.h | 56 GrAtlasGlyphCache*, 66 static inline sk_sp<GrAtlasTextBlob> MakeDrawTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*, 74 static inline sk_sp<GrAtlasTextBlob> MakeDrawPosTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*,
|
D | GrTextUtils.cpp | 95 void GrTextUtils::DrawBmpText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, in DrawBmpText() 128 void GrTextUtils::DrawBmpPosText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, in DrawBmpPosText() 165 GrAtlasGlyphCache* fontCache, in BmpAppendGlyph() 294 GrAtlasGlyphCache* fontCache, const SkSurfaceProps& props, in DrawDFText() 369 void GrTextUtils::DrawDFPosText(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* fontCache, in DrawDFPosText() 466 bool GrTextUtils::DfAppendGlyph(GrAtlasTextBlob* blob, int runIndex, GrAtlasGlyphCache* cache, in DfAppendGlyph()
|
D | GrAtlasTextBlob.h | 258 void regenInOp(GrDrawOp::Target* target, GrAtlasGlyphCache* fontCache, 276 const GrDistanceFieldAdjustTable*, GrAtlasGlyphCache*, 292 GrAtlasGlyphCache* cache); 496 … void regenInOp(GrDrawOp::Target* target, GrAtlasGlyphCache* fontCache, GrBlobRegenHelper* helper, 505 GrAtlasGlyphCache* cache, GrRenderTargetContext*);
|
D | GrAtlasTextContext.cpp | 163 GrAtlasGlyphCache* fontCache, in RegenerateTextBlob() 235 GrAtlasGlyphCache* fontCache, in MakeDrawTextBlob() 260 GrAtlasGlyphCache* fontCache, in MakeDrawPosTextBlob()
|
D | GrAtlasTextBlob_regenInOp.cpp | 141 void GrAtlasTextBlob::regenInOp(GrDrawOp::Target* target, GrAtlasGlyphCache* fontCache, in regenInOp() 245 GrAtlasGlyphCache* fontCache, in regenInOp()
|
D | GrAtlasTextBlob.cpp | 263 GrAtlasGlyphCache* cache, GrRenderTargetContext* renderTargetContext) { in makeOp() 297 GrAtlasGlyphCache* cache) { in flushRun() 431 const GrDistanceFieldAdjustTable* distanceAdjustTable, GrAtlasGlyphCache* cache, in test_makeOp()
|
/external/skia/src/gpu/ops/ |
D | GrAtlasTextOp.h | 40 int glyphCount, GrAtlasGlyphCache* fontCache) { in MakeBitmap() 63 GrPaint&& paint, int glyphCount, GrAtlasGlyphCache* fontCache, in MakeDistanceField() 189 GrAtlasGlyphCache* fFontCache;
|
/external/skia/include/gpu/ |
D | GrContext.h | 19 class GrAtlasGlyphCache; variable 254 GrAtlasGlyphCache* getAtlasGlyphCache() { return fAtlasGlyphCache; } in getAtlasGlyphCache() 307 GrAtlasGlyphCache* fAtlasGlyphCache;
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 143 GrAtlasGlyphCache* cache = this->getAtlasGlyphCache(); in getFontAtlasImage_ForTesting()
|
/external/skia/gn/ |
D | gpu.gni | 378 "$_src/gpu/text/GrAtlasGlyphCache.cpp", 379 "$_src/gpu/text/GrAtlasGlyphCache.h",
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 129 fAtlasGlyphCache = new GrAtlasGlyphCache(this, options.fGlyphCacheTextureMaximumBytes); in init()
|
/external/skia/ |
D | Android.bp | 542 "src/gpu/text/GrAtlasGlyphCache.cpp",
|