Lines Matching full:widths
1026 SkScalar widths[], SkRect bounds[]) const {
1033 if (nullptr == widths && nullptr == bounds) {
1051 // we adjust the widths returned here through auto-kerning
1058 if (widths) {
1063 *widths++ = SkScalarMul(w, scale);
1072 if (count > 0 && widths) {
1073 *widths = SkScalarMul(SkFixedToScalar(prevWidth), scale);
1078 if (widths) {
1082 *widths++ = SkFixedToScalar(prevWidth + adjust);
1091 if (count > 0 && widths) {
1092 *widths = SkFixedToScalar(prevWidth);
1099 if (widths) {
1100 widths++ = SkScalarMul(SkFixedToScalar(advance(g, xyIndex)),
1111 if (widths) {
1112 *widths++ = SkFixedToScalar(advance(g, xyIndex));