| 43 | gfx::Rect bounds() const { return gfx::Rect(0, 0, m_width, m_height); } |
| 44 | color_t maskColor() const { return m_maskColor; } |
| 45 | void setMaskColor(color_t c) { m_maskColor = c; } |
| 46 | |
| 47 | virtual int getMemSize() const override; |
| 48 | int getRowStrideSize() const; |
no outgoing calls
no test coverage detected