Home
last modified time | relevance | path

Searched refs:fGlyphCache (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/text/
DGrTextBlobVertexRegenerator.cpp144 , fGlyphCache(glyphCache) in VertexRegenerator()
190 strike = strikeSpec.findOrCreateGrStrike(fGlyphCache); in doRegen()
220 code = strike->addGlyphToAtlas(fResourceProvider, fUploadTarget, fGlyphCache, in doRegen()
DGrAtlasManager.cpp20 , fGlyphCache{glyphCache}
215 … fAllowMultitexturing, pageNum, fPlotOldThreshold, &GrStrikeCache::HandleEviction, fGlyphCache); in initAtlas()
DGrAtlasManager.h147 GrStrikeCache* fGlyphCache; variable
DGrTextBlob.h629 GrStrikeCache* fGlyphCache; variable