| 57 | } |
| 58 | |
| 59 | int NinePatchImageParser::getFrameWidth() const |
| 60 | { |
| 61 | if (_isRotated) |
| 62 | { |
| 63 | return _imageFrame.size.height; |
| 64 | } |
| 65 | return _imageFrame.size.width; |
| 66 | } |
| 67 | |
| 68 | int NinePatchImageParser::getPixelOriginOffset(Direction direction) const |
| 69 | { |
no outgoing calls
no test coverage detected