Searched refs:autokern (Results 1 – 4 of 4) sorted by relevance
1082 SkAutoKern autokern; in measure_text() local1226 SkAutoKern autokern; in breakText() local1348 SkAutoKern autokern; in getTextWidths() local1355 SkFixed adjust = autokern.adjust(g); in getTextWidths()1375 SkFixed adjust = autokern.adjust(g); in getTextWidths()
1446 SkAutoKern autokern; in measure_text() local1453 x += autokern.adjust(glyph) + glyph.fAdvanceX; in measure_text()1781 SkAutoKern autokern; in drawText() local1812 fx += SkFixedMul_portable(autokern.adjust(glyph), fixedScale); in drawText()1814 fx += autokern.adjust(glyph); in drawText()1817 fx += autokern.adjust(glyph); in drawText()