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

Method getBorderRadius

src/eepp/ui/uinode.cpp:822–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822Uint32 UINode::getBorderRadius() const {
823 return NULL != mBorder ? mBorder->getRadius() : 0;
824}
825
826UINodeDrawable* UINode::setForegroundFillEnabled( bool enabled ) {
827 writeFlag( UI_FILL_FOREGROUND, enabled ? 1 : 0 );

Callers 1

getForegroundRadiusMethod · 0.45

Calls 1

getRadiusMethod · 0.45

Tested by

no test coverage detected