MCPcopy Create free account
hub / github.com/Snapchat/Valdi / arcTo

Method arcTo

snap_drawing/src/snap_drawing/cpp/Utils/Path.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void Path::arcTo(const Rect& oval, Scalar startAngle, Scalar sweepAngle) {
96 getSkValue().addArc(oval.getSkValue(), startAngle, sweepAngle);
97}
98
99void Path::addPath(const Path& path) {
100 getSkValue().addPath(path.getSkValue());

Callers 1

drawArcFunction · 0.45

Calls 1

getSkValueMethod · 0.80

Tested by

no test coverage detected