| 99 | inline size_t GetSurfaceBufferSize() const { return mSurfaceBufferSize; } |
| 100 | |
| 101 | inline size_t GetWidth() const { return mWidth; } |
| 102 | inline size_t GetHeight() const { return mHeight; } |
| 103 | |
| 104 | inline bool isPaletteAdjusting() const { return mPaletteAdjusting; } |
no outgoing calls
no test coverage detected