Home
last modified time | relevance | path

Searched refs:autokern (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
DSkPaint.cpp1082 SkAutoKern autokern; in measure_text() local
1226 SkAutoKern autokern; in breakText() local
1348 SkAutoKern autokern; in getTextWidths() local
1355 SkFixed adjust = autokern.adjust(g); in getTextWidths()
1375 SkFixed adjust = autokern.adjust(g); in getTextWidths()
DSkDraw.cpp1446 SkAutoKern autokern; in measure_text() local
1453 x += autokern.adjust(glyph) + glyph.fAdvanceX; in measure_text()
1781 SkAutoKern autokern; in drawText() local
1812 fx += SkFixedMul_portable(autokern.adjust(glyph), fixedScale); in drawText()
1814 fx += autokern.adjust(glyph); in drawText()
1817 fx += autokern.adjust(glyph); in drawText()
/external/skia/src/core/
DSkPaint.cpp1082 SkAutoKern autokern; in measure_text() local
1226 SkAutoKern autokern; in breakText() local
1348 SkAutoKern autokern; in getTextWidths() local
1355 SkFixed adjust = autokern.adjust(g); in getTextWidths()
1375 SkFixed adjust = autokern.adjust(g); in getTextWidths()
DSkDraw.cpp1446 SkAutoKern autokern; in measure_text() local
1453 x += autokern.adjust(glyph) + glyph.fAdvanceX; in measure_text()
1781 SkAutoKern autokern; in drawText() local
1812 fx += SkFixedMul_portable(autokern.adjust(glyph), fixedScale); in drawText()
1814 fx += autokern.adjust(glyph); in drawText()
1817 fx += autokern.adjust(glyph); in drawText()