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

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

Completed in 442 milliseconds