Home | History | Annotate | Download | only in gm

Lines Matching refs:underline

235     SkPath underline;
241 underline.moveTo(last, uPos);
242 underline.lineTo(start, uPos);
247 underline.moveTo(end, uPos);
248 underline.lineTo(finalPos, uPos);
250 return underline;
287 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
289 canvas->drawPath(underline, paint);
342 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
344 canvas->drawPath(underline, paint);
385 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
387 canvas->drawPath(underline, paint);