Home | History | Annotate | Download | only in core

Lines Matching refs:fScalerContext

40     , fScalerContext(ctx)
48 fScalerContext->getFontMetrics(&fFontMetrics);
61 delete fScalerContext;
96 return fScalerContext->charToGlyphID(charCode);
101 return fScalerContext->glyphIDToChar(glyphID);
105 return fScalerContext->getGlyphCount();
156 PackedGlyphID combinedID = SkGlyph::MakeID(fScalerContext->charToGlyphID(charCode), x, y);
171 fScalerContext->getMetrics(glyph);
188 fScalerContext->getAdvance(glyphPtr);
191 fScalerContext->getMetrics(glyphPtr);
206 fScalerContext->getImage(glyph);
226 fScalerContext->getPath(glyph, path);
402 const SkTypeface* face = fScalerContext->getTypeface();
403 const SkScalerContextRec& rec = fScalerContext->getRec();