| 72 | int getWidth() const { return width; } |
| 73 | int getHeight() const { return height; } |
| 74 | bool isTopDown() const { return topDown; } |
| 75 | bool hasGreyscale() const { return bpp > 1; } |
| 76 | int getRowBytes() const { return rowBytes; } |
| 77 | bool is1Bit() const { return bpp == 1; } |
no outgoing calls
no test coverage detected