Searched refs:strokedSin (Results 1 – 1 of 1) sorted by relevance
1203 SkPath strokedSin; in test_convexity2() local1208 strokedSin.moveTo(x, y); in test_convexity2()1210 strokedSin.lineTo(x, y); in test_convexity2()1215 stroke.applyToPath(&strokedSin, strokedSin); in test_convexity2()1216 check_convexity(reporter, strokedSin, SkPath::kConcave_Convexity); in test_convexity2()1217 check_direction(reporter, strokedSin, kDontCheckDir); in test_convexity2()