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

Method getTopRight

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

Source from the content-addressed store, hash-verified

29}
30
31PercentValue BorderRadius::getTopRight() const {
32 return getValue(_topRight, _topRightIsPercent);
33}
34
35PercentValue BorderRadius::getBottomRight() const {
36 return getValue(_bottomRight, _bottomRightIsPercent);

Callers 2

TESTFunction · 0.45
postprocessBorderRadiusFunction · 0.45

Calls 1

getValueFunction · 0.70

Tested by 1

TESTFunction · 0.36