Home | History | Annotate | Download | only in tests

Lines Matching full:strokedsin

1321     SkPath strokedSin;
1326 strokedSin.moveTo(x, y);
1328 strokedSin.lineTo(x, y);
1333 stroke.applyToPath(&strokedSin, strokedSin);
1334 check_convexity(reporter, strokedSin, SkPath::kConcave_Convexity);
1335 check_direction(reporter, strokedSin, kDontCheckDir);