Public Member Functions | |
| byte * | getPtr (uint16 x, uint16 y) const |
| void | bltCopy (uint16 dx, uint16 dy, const PathBuffer &src, uint16 sx, uint16 sy, uint width, uint height) |
| void | clone (const PathBuffer &buf) |
| void | create (uint16 width, uint16 height) |
| void | free () |
| byte | getValue (uint16 x, uint16 y) const |
Public Attributes | |
| uint16 | w |
| uint16 | internalWidth |
| uint16 | h |
| uint | size |
| byte * | data |
| bool | bigEndian |