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

Function getPathDirection

snap_drawing/src/snap_drawing/cpp/Utils/Path.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20Path::~Path() = default;
21
22static SkPathDirection getPathDirection(bool clockwise) {
23 return clockwise ? SkPathDirection::kCW : SkPathDirection::kCCW;
24}
25
26Path& Path::operator=(Path&& other) noexcept {
27 if (&other != this) {

Callers 3

addRoundRectMethod · 0.85
addRectMethod · 0.85
addOvalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected