Lines Matching refs:widths
1185 SkScalar widths[], SkRect bounds[]) const { in getTextWidths() argument
1192 if (NULL == widths && NULL == bounds) { in getTextWidths()
1224 if (widths) { in getTextWidths()
1229 *widths++ = SkScalarMul(w, scale); in getTextWidths()
1238 if (count > 0 && widths) { in getTextWidths()
1239 *widths = SkScalarMul(SkFixedToScalar(prevWidth), scale); in getTextWidths()
1244 if (widths) { in getTextWidths()
1248 *widths++ = SkFixedToScalar(prevWidth + adjust); in getTextWidths()
1257 if (count > 0 && widths) { in getTextWidths()
1258 *widths = SkFixedToScalar(prevWidth); in getTextWidths()
1265 if (widths) { in getTextWidths()
1266 *widths++ = SkScalarMul(SkFixedToScalar(advance(g, xyIndex)), in getTextWidths()
1277 if (widths) { in getTextWidths()
1278 *widths++ = SkFixedToScalar(advance(g, xyIndex)); in getTextWidths()