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