| 184 | } |
| 185 | |
| 186 | bool Scale9Sprite::init() |
| 187 | { |
| 188 | // calls super |
| 189 | bool ret = Sprite::init(); |
| 190 | setupSlice9(getTexture(), Rect::ZERO); |
| 191 | return ret; |
| 192 | } |
| 193 | |
| 194 | bool Scale9Sprite::init(Sprite* sprite, const Rect& rect, const Rect& capInsets) |
| 195 | { |
no test coverage detected