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

Method sizeThatFits

valdi/src/valdi/snap_drawing/Layers/ValdiLayer.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76Size ValdiLayer::sizeThatFits(Size maxSize) {
77 return calculateLayout(maxSize);
78}
79
80void ValdiLayer::onRightToLeftChanged() {
81 Layer::onRightToLeftChanged();

Callers

nothing calls this directly

Calls 1

calculateLayoutFunction · 0.85

Tested by

no test coverage detected