Searched defs:strokedSin (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPathTest.cpp1321 SkPath strokedSin; local
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);

Completed in 76 milliseconds