| 1825 | } |
| 1826 | |
| 1827 | Node* Node::clipDisable() { |
| 1828 | writeNodeFlag( NODE_FLAG_CLIP_ENABLE, 0 ); |
| 1829 | return this; |
| 1830 | } |
| 1831 | |
| 1832 | void Node::clipSmartEnable( const Int32& x, const Int32& y, const Uint32& Width, |
| 1833 | const Uint32& Height, bool needsClipPlanes ) { |
no outgoing calls