Public Member Functions | |
void | Read (IDataSource *ds) |
Public Attributes | |
uint32 | biSize |
sint32 | biWidth |
sint32 | biHeight |
uint16 | biPlanes |
uint16 | biBitCount |
uint32 | biCompression |
uint32 | biSizeImage |
sint32 | biXPelsPerMeter |
sint32 | biYPelsPerMeter |
uint32 | biClrUsed |
uint32 | biClrImportant |
Definition at line 48 of file TextureBitmap.cpp.
void BMPInfoHeader::Read | ( | IDataSource * | ds | ) | [inline] |
Definition at line 61 of file TextureBitmap.cpp.
References biBitCount, biClrImportant, biClrUsed, biCompression, biHeight, biPlanes, biSize, biSizeImage, biWidth, biXPelsPerMeter, biYPelsPerMeter, IDataSource::read2(), and IDataSource::read4().
Referenced by TextureBitmap::Read().