Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextUtils.cpp279 SkAutoKern autokern; in DrawDFText() local
286 SkFixed width = glyph.fAdvanceX + autokern.adjust(glyph); in DrawDFText()
DGrStencilAndCoverTextContext.cpp479 SkAutoKern autokern; in setText() local
488 fx += SkFixedMul(autokern.adjust(glyph), fixedSizeRatio); in setText()
/external/skia/src/core/
DSkFindAndPlaceGlyph.h568 SkAutoKern autokern;
575 x += autokern.adjust(glyph) + glyph.fAdvanceX;
DSkPaint.cpp820 SkAutoKern autokern; in measure_text() local
931 SkAutoKern autokern; in breakText() local
1052 SkAutoKern autokern; in getTextWidths() local
1059 SkFixed adjust = autokern.adjust(g); in getTextWidths()
1079 SkFixed adjust = autokern.adjust(g); in getTextWidths()