Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextUtils.h18 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*,
DGrAtlasGlyphCache.cpp19 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()
DGrAtlasGlyphCache.h18 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();
DGrAtlasTextContext.h56 GrAtlasGlyphCache*,
66 static inline sk_sp<GrAtlasTextBlob> MakeDrawTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*,
74 static inline sk_sp<GrAtlasTextBlob> MakeDrawPosTextBlob(GrTextBlobCache*, GrAtlasGlyphCache*,
DGrTextUtils.cpp95 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()
DGrAtlasTextBlob.h258 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*);
DGrAtlasTextContext.cpp163 GrAtlasGlyphCache* fontCache, in RegenerateTextBlob()
235 GrAtlasGlyphCache* fontCache, in MakeDrawTextBlob()
260 GrAtlasGlyphCache* fontCache, in MakeDrawPosTextBlob()
DGrAtlasTextBlob_regenInOp.cpp141 void GrAtlasTextBlob::regenInOp(GrDrawOp::Target* target, GrAtlasGlyphCache* fontCache, in regenInOp()
245 GrAtlasGlyphCache* fontCache, in regenInOp()
DGrAtlasTextBlob.cpp263 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/
DGrAtlasTextOp.h40 int glyphCount, GrAtlasGlyphCache* fontCache) { in MakeBitmap()
63 GrPaint&& paint, int glyphCount, GrAtlasGlyphCache* fontCache, in MakeDistanceField()
189 GrAtlasGlyphCache* fFontCache;
/external/skia/include/gpu/
DGrContext.h19 class GrAtlasGlyphCache; variable
254 GrAtlasGlyphCache* getAtlasGlyphCache() { return fAtlasGlyphCache; } in getAtlasGlyphCache()
307 GrAtlasGlyphCache* fAtlasGlyphCache;
/external/skia/tools/gpu/
DGrTest.cpp143 GrAtlasGlyphCache* cache = this->getAtlasGlyphCache(); in getFontAtlasImage_ForTesting()
/external/skia/gn/
Dgpu.gni378 "$_src/gpu/text/GrAtlasGlyphCache.cpp",
379 "$_src/gpu/text/GrAtlasGlyphCache.h",
/external/skia/src/gpu/
DGrContext.cpp129 fAtlasGlyphCache = new GrAtlasGlyphCache(this, options.fGlyphCacheTextureMaximumBytes); in init()
/external/skia/
DAndroid.bp542 "src/gpu/text/GrAtlasGlyphCache.cpp",