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

Method conicTo

snap_drawing/src/snap_drawing/cpp/Utils/Path.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void Path::conicTo(Scalar x0, Scalar y0, Scalar x1, Scalar y1, Scalar weight) {
76 getSkValue().conicTo(x0, y0, x1, y1, weight);
77}
78
79void Path::cubicTo(Scalar x0, Scalar y0, Scalar x1, Scalar y1, Scalar x2, Scalar y2) {
80 getSkValue().cubicTo(x0, y0, x1, y1, x2, y2);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64