Public Member Functions | |
| View (int w, int h) | |
| void | setSrcZoomValues (int x, int y) |
| void | setDisplayZoomValues (int w, int h) |
| void | initDatas (int w, int h, void *buffer) |
| void | centerIn (View *parent) |
Public Attributes | |
| int | _width |
| int | _height |
| byte * | _bufferPtr |
| int16 | _pitch |
| BlitView | _normal |
| BlitView | _zoom |