Lines Matching refs:glyphCache
531 auto glyphCache = context->contextPriv().getGlyphCache(); in drawGlyphRunList() local
567 glyphCache, *context->contextPriv().caps()->shaderCaps(), fOptions, in drawGlyphRunList()
577 glyphCache, *context->contextPriv().caps()->shaderCaps(), fOptions, in drawGlyphRunList()
590 glyphCache, *context->contextPriv().caps()->shaderCaps(), fOptions, listPaint, in drawGlyphRunList()
686 void GrTextBlob::generateFromGlyphRunList(GrStrikeCache* glyphCache, in generateFromGlyphRunList() argument
771 sk_sp<GrTextStrike> currStrike = glyphCache->getStrike(cache.get()); in generateFromGlyphRunList()
792 glyphCache}; in generateFromGlyphRunList()
826 ARGBFallbackHelper argbFallback{this, run, props, scalerContextFlags, glyphCache}; in generateFromGlyphRunList()
842 [run, cache{cache.get()}, glyphCache] in generateFromGlyphRunList()
844 sk_sp<GrTextStrike> currStrike = glyphCache->getStrike(cache); in generateFromGlyphRunList()
885 auto glyphCache = context->contextPriv().getGlyphCache(); in createOp_TestingOnly() local
906 glyphCache, *context->contextPriv().caps()->shaderCaps(), textContext->fOptions, in createOp_TestingOnly()