HomeSort by relevance Sort by last modified time
    Searched refs:autokern (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkFindAndPlaceGlyph.h 572 SkAutoKern autokern; local
579 x += autokern.adjust(glyph) + SkFloatToScalar(glyph.fAdvanceX);
SkPaint.cpp 984 SkAutoKern autokern; local
991 SkScalar adjust = autokern.adjust(g);
1010 SkScalar adjust = autokern.adjust(g);
    [all...]
  /external/skia/src/gpu/text/
GrTextUtils.cpp 309 SkAutoKern autokern; local
316 SkScalar width = SkFloatToScalar(glyph.fAdvanceX) + autokern.adjust(glyph);
GrStencilAndCoverTextContext.cpp 477 SkAutoKern autokern; local
482 x += autokern.adjust(glyph) * fTextRatio;

Completed in 83 milliseconds