Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
PercentValue BorderRadius::getBottomLeft() const {
40
return getValue(_bottomLeft, _bottomLeftIsPercent);
41
}
42
43
void BorderRadius::setTopLeft(PercentValue topLeft) {
44
setValue(topLeft, _topLeft, _topLeftIsPercent);
Callers
2
TEST
Function · 0.45
postprocessBorderRadius
Function · 0.45
Calls
1
getValue
Function · 0.70
Tested by
1
TEST
Function · 0.36