Public Member Functions | |
GraphicsMan_v1 (T &display) | |
void | drawLine (const Common::Point &p1, const Common::Point &p2, byte color) const override |
void | drawShape (Common::ReadStream &shape, Common::Point &pos, byte rotation=0, byte scaling=1, byte color=0x7f) const override |
void | drawPic (Common::SeekableReadStream &pic, const Common::Point &pos) override |
void | clearScreen () const override |
Public Member Functions inherited from Adl::GraphicsMan | |
void | setBounds (const Common::Rect &r) |
Protected Member Functions | |
void | putPixel (const Common::Point &p, byte color) const |
Protected Attributes | |
T & | _display |
Protected Attributes inherited from Adl::GraphicsMan | |
Common::Rect | _bounds |