|
| AmigaDisk_ns (Parallaction *vm) |
|
void | init () override |
|
GfxObj * | loadTalk (const char *name) override |
|
GfxObj * | loadObjects (const char *name, uint8 part=0) override |
|
Frames * | loadPointer (const char *name) override |
|
GfxObj * | loadHead (const char *name) override |
|
Font * | loadFont (const char *name) override |
|
GfxObj * | loadStatic (const char *name) override |
|
Frames * | loadFrames (const char *name) override |
|
void | loadSlide (BackgroundInfo &info, const char *filename) override |
|
void | loadScenery (BackgroundInfo &info, const char *background, const char *mask, const char *path) override |
|
Table * | loadTable (const char *name) override |
|
Common::SeekableReadStream * | loadMusic (const char *name) override |
|
Common::SeekableReadStream * | loadSound (const char *name) override |
|
| Disk_ns (Parallaction *vm) |
|
Common::String | selectArchive (const Common::String &name) override |
|
void | setLanguage (uint16 language) override |
|
Script * | loadLocation (const char *name) override |
|
Script * | loadScript (const char *name) override |
|
virtual MaskBuffer * | loadMask (const char *name, uint32 w, uint32 h) |
|
virtual PathBuffer * | loadPath (const char *name, uint32 w, uint32 h) |
|
|
void | patchFrame (byte *dst, byte *dlta, uint16 bytesPerPlane, uint16 height) |
|
void | unpackFrame (byte *dst, byte *src, uint16 planeSize) |
|
void | unpackBitmap (byte *dst, byte *src, uint16 numFrames, uint16 bytesPerPlane, uint16 height) |
|
Common::SeekableReadStream * | tryOpenFile (const char *name) override |
|
Font * | createFont (const char *name, Common::SeekableReadStream &stream) |
|
void | loadMask_internal (BackgroundInfo &info, const char *name) |
|
void | loadPath_internal (BackgroundInfo &info, const char *name) |
|
void | loadBackground (BackgroundInfo &info, const char *name) |
|
void | buildMask (byte *buf) |
|
void | decodeCnv (byte *data, uint16 numFrames, uint16 width, uint16 height, Common::SeekableReadStream *stream) override |
|
Common::SeekableReadStream * | openFile (const char *filename) |
|
void | errorFileNotFound (const char *filename) |
|
void | addArchive (const Common::String &name, int priority) |
|
Cnv * | makeCnv (Common::SeekableReadStream *stream) |
|
The documentation for this class was generated from the following file: