Home
last modified time | relevance | path

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

/external/skia/gm/
Dtexteffects.cpp22 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline() argument
26 SkScalar start = intersections[index] - uWidth; in create_underline()
27 end = intersections[index + 1] + uWidth; in create_underline()
111 const SkScalar uWidth = textSize / 15; variable
112 paint.setStrokeWidth(uWidth);
118 const SkScalar uPos = uWidth;
119 const SkScalar bounds[2] = { uPos - uWidth / 2, uPos + uWidth / 2 };
129 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);
/external/skqp/gm/
Dtexteffects.cpp22 SkScalar uPos, SkScalar uWidth, SkScalar textSize) { in create_underline() argument
26 SkScalar start = intersections[index] - uWidth; in create_underline()
27 end = intersections[index + 1] + uWidth; in create_underline()
111 const SkScalar uWidth = textSize / 15; variable
112 paint.setStrokeWidth(uWidth);
118 const SkScalar uPos = uWidth;
119 const SkScalar bounds[2] = { uPos - uWidth / 2, uPos + uWidth / 2 };
129 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);