Home
last modified time | relevance | path

Searched refs:uWidth (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/gm/
Dtexteffects.cpp31 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline() argument
35 SkScalar start = intersections[index] - uWidth; in create_underline()
36 end = intersections[index + 1] + uWidth; in create_underline()
119 const SkScalar uWidth = textSize / 15; variable
120 paint.setStrokeWidth(uWidth);
126 const SkScalar uPos = uWidth;
127 const SkScalar bounds[2] = { uPos - uWidth / 2, uPos + uWidth / 2 };
137 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);
/third_party/flutter/skia/gm/
Dtexteffects.cpp31 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline() argument
35 SkScalar start = intersections[index] - uWidth; in create_underline()
36 end = intersections[index + 1] + uWidth; in create_underline()
119 const SkScalar uWidth = textSize / 15; variable
120 paint.setStrokeWidth(uWidth);
126 const SkScalar uPos = uWidth;
127 const SkScalar bounds[2] = { uPos - uWidth / 2, uPos + uWidth / 2 };
137 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);