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

Method getBottomLeft

valdi/src/valdi/runtime/Attributes/BorderRadius.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39PercentValue BorderRadius::getBottomLeft() const {
40 return getValue(_bottomLeft, _bottomLeftIsPercent);
41}
42
43void BorderRadius::setTopLeft(PercentValue topLeft) {
44 setValue(topLeft, _topLeft, _topLeftIsPercent);

Callers 2

TESTFunction · 0.45
postprocessBorderRadiusFunction · 0.45

Calls 1

getValueFunction · 0.70

Tested by 1

TESTFunction · 0.36