ScummVM API documentation
Parallaction::Cnv Struct Reference
Inheritance diagram for Parallaction::Cnv:
Parallaction::Frames

Public Member Functions

 Cnv (uint16 numFrames, uint16 width, uint16 height, byte *data, bool freeData=false)
 
 Cnv (uint16 numFrames, uint16 width, uint16 height, Graphics::Surface *surf)
 
byte * getFramePtr (uint16 index)
 
uint16 getNum () override
 
byte * getData (uint16 index) override
 
void getRect (uint16 index, Common::Rect &r) override
 
uint getRawSize (uint16 index) override
 
uint getSize (uint16 index) override
 

Public Attributes

uint16 _count
 
uint16 _width
 
uint16 _height
 
byte ** field_8
 
byte * _data
 
bool _freeData
 
Graphics::Surface_surf
 

The documentation for this struct was generated from the following file: