| 58 | int GetHeight() const { return height; } |
| 59 | int GetWidth() const { return width; } |
| 60 | float GetScale() const { return scale; } |
| 61 | float GetScaledHeight() const { return height / scale; } |
| 62 | float GetScaledWidth() const { return width / scale; } |
| 63 | int CountBytes() const; |
nothing calls this directly
no outgoing calls
no test coverage detected