Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextUtils.cpp309 SkAutoKern autokern; in DrawDFText() local
316 SkScalar width = SkFloatToScalar(glyph.fAdvanceX) + autokern.adjust(glyph); in DrawDFText()
DGrStencilAndCoverTextContext.cpp477 SkAutoKern autokern; in setText() local
482 x += autokern.adjust(glyph) * fTextRatio; in setText()
/external/skia/src/core/
DSkFindAndPlaceGlyph.h572 SkAutoKern autokern;
579 x += autokern.adjust(glyph) + SkFloatToScalar(glyph.fAdvanceX);
DSkPaint.cpp984 SkAutoKern autokern; in getTextWidths() local
991 SkScalar adjust = autokern.adjust(g); in getTextWidths()
1010 SkScalar adjust = autokern.adjust(g); in getTextWidths()