Lines Matching refs:fScalerContext
30 , fScalerContext{std::move(scaler)}
32 , fIsSubpixel{fScalerContext->isSubpixel()}
33 , fAxisAlignment{fScalerContext->computeAxisAlignmentForHText()}
35 SkASSERT(fScalerContext != nullptr);
50 return fScalerContext->getGlyphCount(); in getGlyphCount()
99 fScalerContext->getMetrics(glyphPtr); in lookupByPackedGlyphID()
114 fScalerContext->getAdvance(glyphPtr); in allocateNewGlyph()
117 fScalerContext->getMetrics(glyphPtr); in allocateNewGlyph()
131 fScalerContext->getImage(glyph); in findImage()
171 const_cast<SkGlyph&>(glyph).addPath(fScalerContext.get(), &fAlloc); in findPath()
406 const SkTypeface* face = fScalerContext->getTypeface(); in dump()
407 const SkScalerContextRec& rec = fScalerContext->getRec(); in dump()