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

Method update

snap_drawing/src/snap_drawing/cpp/Utils/LazyPath.hpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 ~LazyPath();
23
24 constexpr bool update(Scalar width, Scalar height) {
25 return update(Size::make(width, height));
26 }
27
28 void setNeedsUpdate();
29

Callers

nothing calls this directly

Calls 1

updateFunction · 0.85

Tested by

no test coverage detected