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

Method getTopLeft

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

Source from the content-addressed store, hash-verified

25}
26
27PercentValue BorderRadius::getTopLeft() const {
28 return getValue(_topLeft, _topLeftIsPercent);
29}
30
31PercentValue BorderRadius::getTopRight() const {
32 return getValue(_topRight, _topRightIsPercent);

Callers 2

TESTFunction · 0.45
postprocessBorderRadiusFunction · 0.45

Calls 1

getValueFunction · 0.70

Tested by 1

TESTFunction · 0.36