| 43 | inline unsigned width() const { return mImage->width(); } |
| 44 | |
| 45 | inline unsigned height() const { return mImage->height(); } |
| 46 | |
| 47 | inline forge::ChannelFormat pixelFormat() const { return mImage->pixelFormat(); } |
| 48 |
nothing calls this directly
no outgoing calls
no test coverage detected