Lines Matching refs:fScalerContext
38 , fScalerContext(std::move(ctx)) { in SkGlyphCache()
40 SkASSERT(fScalerContext); in SkGlyphCache()
44 fScalerContext->getFontMetrics(&fFontMetrics); in SkGlyphCache()
84 SkGlyphID glyphID = fScalerContext->charToGlyphID(charCode); in unicharToGlyph()
91 return fScalerContext->glyphIDToChar(glyphID); in glyphToUnichar()
95 return fScalerContext->getGlyphCount(); in getGlyphCount()
144 rec->fPackedGlyphID = SkPackedGlyphID(fScalerContext->charToGlyphID(charCode), x, y); in lookupByChar()
156 fScalerContext->getMetrics(glyph); in lookupByPackedGlyphID()
173 fScalerContext->getAdvance(glyphPtr); in allocateNewGlyph()
176 fScalerContext->getMetrics(glyphPtr); in allocateNewGlyph()
189 fScalerContext->getImage(glyph); in findImage()
208 fScalerContext->getPath(glyph.getPackedID(), path); in findPath()
383 const SkTypeface* face = fScalerContext->getTypeface(); in dump()
384 const SkScalerContextRec& rec = fScalerContext->getRec(); in dump()