Home | History | Annotate | Download | only in core

Lines Matching refs:widths

1295                            SkScalar widths[], SkRect bounds[]) const {
1302 if (NULL == widths && NULL == bounds) {
1322 // we adjust the widths returned here through auto-kerning
1329 if (widths) {
1334 *widths++ = SkScalarMul(w, scale);
1343 if (count > 0 && widths) {
1344 *widths = SkScalarMul(SkFixedToScalar(prevWidth), scale);
1349 if (widths) {
1353 *widths++ = SkFixedToScalar(prevWidth + adjust);
1362 if (count > 0 && widths) {
1363 *widths = SkFixedToScalar(prevWidth);
1370 if (widths) {
1371 *widths++ = SkScalarMul(SkFixedToScalar(advance(g, xyIndex)),
1382 if (widths) {
1383 *widths++ = SkFixedToScalar(advance(g, xyIndex));