Home | History | Annotate | Download | only in core

Lines Matching refs:widths

1334                            SkScalar widths[], SkRect bounds[]) const {
1341 if (NULL == widths && NULL == bounds) {
1361 // we adjust the widths returned here through auto-kerning
1368 if (widths) {
1373 *widths++ = SkScalarMul(w, scale);
1382 if (count > 0 && widths) {
1383 *widths = SkScalarMul(SkFixedToScalar(prevWidth), scale);
1388 if (widths) {
1392 *widths++ = SkFixedToScalar(prevWidth + adjust);
1401 if (count > 0 && widths) {
1402 *widths = SkFixedToScalar(prevWidth);
1409 if (widths) {
1410 *widths++ = SkScalarMul(SkFixedToScalar(advance(g, xyIndex)),
1421 if (widths) {
1422 *widths++ = SkFixedToScalar(advance(g, xyIndex));