| 73 | eTileSub getTileSub() const { return mParams.mTileSub; } |
| 74 | |
| 75 | int32 getArea() const { return static_cast<int32>(mParams.mWidth * mParams.mHeight); } |
| 76 | int32 getWidth() const { return static_cast<int32>(mParams.mWidth); } |
| 77 | int32 getHeight() const { return static_cast<int32>(mParams.mHeight); } |
| 78 |
nothing calls this directly
no outgoing calls
no test coverage detected