| 77 | int32 getHeight() const { return static_cast<int32>(mParams.mHeight); } |
| 78 | |
| 79 | int32 getAreaPixels() const { return getWidthPixels() * getHeightPixels(); } |
| 80 | int32 getWidthPixels() const { return static_cast<int32>(mParams.mWidth) << 4; } |
| 81 | int32 getHeightPixels() const { return static_cast<int32>(mParams.mHeight) << 4; } |
| 82 |
nothing calls this directly
no outgoing calls
no test coverage detected