| 21 | } |
| 22 | |
| 23 | bool DrawableImageParser::exists( const std::string& name ) const { |
| 24 | return mFuncs.find( name ) != mFuncs.end(); |
| 25 | } |
| 26 | |
| 27 | Drawable* DrawableImageParser::createDrawable( const std::string& value, const Sizef& size, |
| 28 | bool& ownIt, UINode* node ) { |