Home | History | Annotate | Download | only in gm

Lines Matching defs:underline

21     SkPath underline;
27 underline.moveTo(last, uPos);
28 underline.lineTo(start, uPos);
33 underline.moveTo(end, uPos);
34 underline.lineTo(finalPos, uPos);
36 return underline;
73 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
75 canvas->drawPath(underline, paint);
128 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
130 canvas->drawPath(underline, paint);
234 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);
235 underline.offset(blobOffset.x(), blobOffset.y());
237 canvas->drawPath(underline, paint);
279 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
281 canvas->drawPath(underline, paint);