Public Member Functions | |
| void | pushOp (PictureOpType op) |
| void | pushOpU16 (PictureOpType op, uint16 val) |
| void | pushHeader () |
| void | pushOpPoly (PictureOpType op, const PolyHandle &poly) |
| void | pushOpPat (PictureOpType op, const Pattern &pat) |
| void | pushOpRect (PictureOpType op, const Common::Rect &rect) |
| void | pushOpPoint (PictureOpType op, const Common::Point &point) |
| void | pushOpPointStr (PictureOpType op, const Common::Point &point, const Common::String &str) |
Public Attributes | |
| uint32 | picSize = 0 |
| Common::Rect | picFrame |
| Common::Array< byte > | picData |
| size_t | picPtr = 0 |
| uint32 | _opsPerTick = 0 |