MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getRadius

Method getRadius

src/eepp/ui/uiborderdrawable.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90Int32 UIBorderDrawable::getRadius() const {
91 return mBorders.radius.topLeft.x;
92}
93
94void UIBorderDrawable::setRadius( const Int32& radius ) {
95 if ( mBorders.radius.topLeft.x != radius ) {

Callers 3

getBorderRadiusMethod · 0.45
getBorderRadiusMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected