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

/external/skia/src/gpu/
H A DGrTextContext.cpp223 SkAutoKern autokern; local
231 x += autokern.adjust(glyph) + glyph.fAdvanceX;
H A DGrStencilAndCoverTextContext.cpp148 SkAutoKern autokern; local
156 fx += SkFixedMul(autokern.adjust(glyph), fixedSizeRatio);
H A DGrAtlasTextContext.cpp844 SkAutoKern autokern; local
869 fx += autokern.adjust(glyph);
1091 SkAutoKern autokern; local
1098 SkFixed width = glyph.fAdvanceX + autokern.adjust(glyph);
/external/skia/src/core/
H A DSkDraw.cpp1376 SkAutoKern autokern; local
1383 x += autokern.adjust(glyph) + glyph.fAdvanceX;
1645 SkAutoKern autokern; local
1668 fx += autokern.adjust(glyph);
H A DSkPaint.cpp861 SkAutoKern autokern; local
972 SkAutoKern autokern; local
1094 SkAutoKern autokern; local
1101 SkFixed adjust = autokern.adjust(g);
1121 SkFixed adjust = autokern.adjust(g);

Completed in 640 milliseconds