Home | History | Annotate | Download | only in core

Lines Matching defs:adjust

1210     // adjust max in case we changed the textSize in paint
1347 // we adjust the widths returned here through auto-kerning
1355 SkFixed adjust = autokern.adjust(g);
1358 SkScalar w = SkFixedToScalar(prevWidth + adjust);
1375 SkFixed adjust = autokern.adjust(g);
1378 *widths++ = SkFixedToScalar(prevWidth + adjust);
2569 fXPos += SkScalarMul(SkFixedToScalar(fPrevAdvance + fAutoKern.adjust(glyph)), fScale);