#include <tags.h>
Inherits lightspark::DictionaryTag, and lightspark::Bitmap.

Public Member Functions | |
| DefineBitsLossless2Tag (RECORDHEADER h, std::istream &in) | |
| virtual int | getId () |
| virtual ASObject * | instance () const |
| bool | getBounds (number_t &xmin, number_t &xmax, number_t &ymin, number_t &ymax) const |
| virtual void | Render () |
Private Attributes | |
| UI16 | CharacterId |
| UI8 | BitmapFormat |
| UI16 | BitmapWidth |
| UI16 | BitmapHeight |
| UI8 | BitmapColorTableSize |
Definition at line 586 of file tags.h.
| lightspark::DefineBitsLossless2Tag::DefineBitsLossless2Tag | ( | RECORDHEADER | h, | |
| std::istream & | in | |||
| ) |
| bool lightspark::DefineBitsLossless2Tag::getBounds | ( | number_t & | xmin, | |
| number_t & | xmax, | |||
| number_t & | ymin, | |||
| number_t & | ymax | |||
| ) | const [inline, virtual] |
Reimplemented from lightspark::Bitmap.
| virtual int lightspark::DefineBitsLossless2Tag::getId | ( | ) | [inline, virtual] |
Implements lightspark::DictionaryTag.
| ASObject * DefineBitsLossless2Tag::instance | ( | ) | const [virtual] |
Reimplemented from lightspark::DictionaryTag.
| void DefineBitsLossless2Tag::Render | ( | ) | [virtual] |
Reimplemented from lightspark::DisplayObject.
Reimplemented from lightspark::DisplayObject.
1.6.3