Searched refs:autokern (Results 1 – 4 of 4) sorted by relevance
279 SkAutoKern autokern; in DrawDFText() local286 SkFixed width = glyph.fAdvanceX + autokern.adjust(glyph); in DrawDFText()
479 SkAutoKern autokern; in setText() local488 fx += SkFixedMul(autokern.adjust(glyph), fixedSizeRatio); in setText()
568 SkAutoKern autokern;575 x += autokern.adjust(glyph) + glyph.fAdvanceX;
820 SkAutoKern autokern; in measure_text() local931 SkAutoKern autokern; in breakText() local1052 SkAutoKern autokern; in getTextWidths() local1059 SkFixed adjust = autokern.adjust(g); in getTextWidths()1079 SkFixed adjust = autokern.adjust(g); in getTextWidths()