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

Method getBottomRight

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

Source from the content-addressed store, hash-verified

33}
34
35PercentValue BorderRadius::getBottomRight() const {
36 return getValue(_bottomRight, _bottomRightIsPercent);
37}
38
39PercentValue BorderRadius::getBottomLeft() const {
40 return getValue(_bottomLeft, _bottomLeftIsPercent);

Callers 2

TESTFunction · 0.45
postprocessBorderRadiusFunction · 0.45

Calls 1

getValueFunction · 0.70

Tested by 1

TESTFunction · 0.36