Home | History | Annotate | Download | only in gm

Lines Matching refs:uPos

234         SkScalar uPos, SkScalar uWidth, SkScalar textSize) {
241 underline.moveTo(last, uPos);
242 underline.lineTo(start, uPos);
247 underline.moveTo(end, uPos);
248 underline.lineTo(finalPos, uPos);
255 SkScalar uPos = y + uWidth;
256 SkScalar bounds[2] = { uPos - uWidth / 2, uPos + uWidth / 2 };
286 SkScalar uPos = textPt.fY + uWidth;
287 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
299 SkScalar uPos = pos[0].fY + uWidth;
300 SkScalar bounds[2] = { uPos - uWidth / 2, uPos + uWidth / 2 };
341 SkScalar uPos = textPt.fY + uWidth;
342 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
384 SkScalar uPos = pos[0].fY + uWidth;
385 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);