Home
last modified time | relevance | path

Searched refs:strokedSin (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DPathTest.cpp1203 SkPath strokedSin; in test_convexity2() local
1208 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()