Home
last modified time | relevance | path

Searched refs:getGlyphCache (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/atlastext/
DSkInternalAtlasTextContext.cpp53 return fGrContext->contextPriv().getGlyphCache(); in glyphCache()
DSkAtlasTextTarget.cpp222 auto glyphCache = context.grContext()->contextPriv().getGlyphCache(); in executeForTextTarget()
/external/skqp/src/gpu/
DGrDirectContext.cpp83 GrStrikeCache* glyphCache = this->contextPriv().getGlyphCache(); in init()
DGrContextPriv.h206 GrStrikeCache* getGlyphCache() { return fContext->fGlyphCache; } in getGlyphCache() function
DGrOpFlushState.cpp169 return fGpu->getContext()->contextPriv().getGlyphCache(); in glyphCache()
/external/skqp/src/core/
DSkGlyphRunPainter.cpp531 auto glyphCache = context->contextPriv().getGlyphCache(); in drawGlyphRunList()
885 auto glyphCache = context->contextPriv().getGlyphCache(); in createOp_TestingOnly()