Searched refs:autokern (Results 1 – 4 of 4) sorted by relevance
309 SkAutoKern autokern; in DrawDFText() local316 SkScalar width = SkFloatToScalar(glyph.fAdvanceX) + autokern.adjust(glyph); in DrawDFText()
477 SkAutoKern autokern; in setText() local482 x += autokern.adjust(glyph) * fTextRatio; in setText()
572 SkAutoKern autokern;579 x += autokern.adjust(glyph) + SkFloatToScalar(glyph.fAdvanceX);
984 SkAutoKern autokern; in getTextWidths() local991 SkScalar adjust = autokern.adjust(g); in getTextWidths()1010 SkScalar adjust = autokern.adjust(g); in getTextWidths()