|
| PictureMgr_Mickey_Winnie (AgiBase *agi, GfxMgr *gfx) |
|
void | drawPicture () override |
|
void | drawPicture_DOS_Amiga () |
|
void | drawPicture_A2_C64_CoCo () |
|
void | plotPattern (byte x, byte y) override |
|
void | plotBrush () override |
|
void | draw_Fill (int16 x, int16 y) override |
|
bool | getNextXCoordinate (byte &x) override |
|
bool | getNextYCoordinate (byte &y) override |
|
bool | getGraphicsCoordinates (int16 &x, int16 &y) override |
|
void | setOffset (int xOffset, int yOffset) |
|
void | setMaxStep (int maxStep) |
|
int | getMaxStep () const |
|
| PictureMgr (AgiBase *agi, GfxMgr *gfx) |
|
int16 | getResourceNr () const |
|
void | decodePicture (int16 resourceNr, bool clearScreen, bool agi256=false, int16 width=160, int16 height=168) |
|
void | decodePictureFromBuffer (byte *data, uint32 length, bool clearScreen, int16 width=160, int16 height=168) |
|
void | showPicture (int16 x=0, int16 y=0, int16 width=160, int16 height=168) |
|
void | showPictureWithTransition () |
|
|
virtual byte | getInitialPriorityColor () const |
|
void | putVirtPixel (int16 x, int16 y) |
|
void | xCorner (bool skipOtherCoords=false) |
|
void | yCorner (bool skipOtherCoords=false) |
|
byte | getNextByte () |
|
bool | getNextParamByte (byte &b) |
|
byte | getNextNibble () |
|
bool | getNextCoordinates (byte &x, byte &y) |
|
void | drawPicture_AGI256 () |
|
void | draw_SetColor () |
|
void | draw_SetPriority () |
|
void | draw_SetNibbleColor () |
|
void | draw_SetNibblePriority () |
|
virtual void | draw_Line (int16 x1, int16 y1, int16 x2, int16 y2) |
|
void | draw_LineShort () |
|
void | draw_LineAbsolute () |
|
virtual bool | draw_FillCheck (int16 x, int16 y, bool horizontalCheck) |
|
virtual void | draw_Fill () |
|
AgiBase * | _vm |
|
GfxMgr * | _gfx |
|
int16 | _resourceNr |
|
uint8 * | _data |
|
uint32 | _dataSize |
|
uint32 | _dataOffset |
|
bool | _dataOffsetNibble |
|
uint8 | _patCode |
|
uint8 | _patNum |
|
uint8 | _priOn |
|
uint8 | _scrOn |
|
uint8 | _scrColor |
|
uint8 | _priColor |
|
uint8 | _minCommand |
|
int16 | _width |
|
int16 | _height |
|
The documentation for this class was generated from the following file: