Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
95
void Path::arcTo(const Rect& oval, Scalar startAngle, Scalar sweepAngle) {
96
getSkValue().addArc(oval.getSkValue(), startAngle, sweepAngle);
97
}
98
99
void Path::addPath(const Path& path) {
100
getSkValue().addPath(path.getSkValue());
Callers
1
drawArc
Function · 0.45
Calls
1
getSkValue
Method · 0.80
Tested by
no test coverage detected