Home | History | Annotate | Download | only in gm

Lines Matching refs:underline

202     SkPath underline;
208 underline.moveTo(last, uPos);
209 underline.lineTo(start, uPos);
214 underline.moveTo(end, uPos);
215 underline.lineTo(finalPos, uPos);
217 return underline;
254 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
256 canvas->drawPath(underline, paint);
309 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
311 canvas->drawPath(underline, paint);
415 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);
416 underline.offset(blobOffset.x(), blobOffset.y());
418 canvas->drawPath(underline, paint);
460 SkPath underline = create_underline(intersections, start, end, uPos, uWidth, textSize);
462 canvas->drawPath(underline, paint);