Home
last modified time | relevance | path

Searched refs:glyphCache (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrAtlasManager.cpp13 GrAtlasManager::GrAtlasManager(GrProxyProvider* proxyProvider, GrStrikeCache* glyphCache, in GrAtlasManager() argument
20 , fGlyphCache{glyphCache}
56 GrStrikeCache* glyphCache, in addToAtlas() argument
60 glyphCache->setStrikeToPreserve(strike); in addToAtlas()
DGrStrikeCache.cpp190 GrStrikeCache* glyphCache, in addGlyphToAtlas() argument
226 dataPtr, glyphCache->getMasks())) { in addGlyphToAtlas()
231 resourceProvider, glyphCache, this, in addGlyphToAtlas()
DGrTextBlobVertexRegenerator.cpp137 GrStrikeCache* glyphCache, in VertexRegenerator() argument
144 , fGlyphCache(glyphCache) in VertexRegenerator()
/third_party/flutter/skia/src/gpu/
DGrLegacyDirectContext.cpp106 GrStrikeCache* glyphCache = this->priv().getGrStrikeCache(); in init() local
109 fAtlasManager = new GrAtlasManager(proxyProvider, glyphCache, in init()
DGrOpFlushState.h108 GrStrikeCache* glyphCache() const final;
DGrOpFlushState.cpp201 GrStrikeCache* GrOpFlushState::glyphCache() const { in glyphCache() function in GrOpFlushState
/third_party/flutter/skia/src/atlastext/
DSkInternalAtlasTextContext.h36 GrStrikeCache* glyphCache();
DSkAtlasTextTarget.cpp225 auto glyphCache = context.grContext()->priv().getGrStrikeCache(); in executeForTextTarget() local
239 fGeoData[i].fColor.toBytes_RGBA(), &context, glyphCache, atlasManager, in executeForTextTarget()
DSkInternalAtlasTextContext.cpp52 GrStrikeCache* SkInternalAtlasTextContext::glyphCache() { in glyphCache() function in SkInternalAtlasTextContext
/third_party/flutter/skia/src/gpu/ops/
DGrAtlasTextOp.cpp305 GrStrikeCache* glyphCache = target->glyphCache(); in onPrepareDraws() local
364 args.fColor.toBytes_RGBA(), target->deferredUploadTarget(), glyphCache, in onPrepareDraws()
DGrMeshDrawOp.h160 virtual GrStrikeCache* glyphCache() const = 0;
/third_party/flutter/skia/src/xps/
DSkXPSDevice.cpp1803 auto glyphCache =
1807 unsigned int glyphCount = glyphCache->getGlyphCount();