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

/external/skia/src/core/
H A DSkFindAndPlaceGlyph.h447 SkAutoKern autokern; local
454 x += autokern.adjust(glyph) + SkFloatToScalar(glyph.fAdvanceX);
H A DSkPaint.cpp992 SkAutoKern autokern; local
999 SkScalar adjust = autokern.adjust(g);
1018 SkScalar adjust = autokern.adjust(g);
/external/skia/src/gpu/text/
H A DGrStencilAndCoverTextContext.cpp476 SkAutoKern autokern; local
481 x += autokern.adjust(glyph) * fTextRatio;
H A DGrTextUtils.cpp331 SkAutoKern autokern; local
338 SkScalar width = SkFloatToScalar(glyph.fAdvanceX) + autokern.adjust(glyph);

Completed in 176 milliseconds