Public Member Functions | |
ColorBitmapHeader () | |
void | parse (const RVNGInputStreamPtr &input, const BMIHeader &header, const BMIOffset &offset) |
Public Attributes | |
unsigned | m_width |
unsigned | m_height |
unsigned | m_colorDepth |
unsigned | m_startOffset |
unsigned | m_endOffset |
libzmf::BMIParser::ColorBitmapHeader::ColorBitmapHeader | ( | ) |
void libzmf::BMIParser::ColorBitmapHeader::parse | ( | const RVNGInputStreamPtr & | input, |
const BMIHeader & | header, | ||
const BMIOffset & | offset | ||
) |
unsigned libzmf::BMIParser::ColorBitmapHeader::m_colorDepth |
Referenced by libzmf::BMIParser::readColorBitmap().
unsigned libzmf::BMIParser::ColorBitmapHeader::m_endOffset |
Referenced by libzmf::BMIParser::readColorBitmap().
unsigned libzmf::BMIParser::ColorBitmapHeader::m_height |
Referenced by libzmf::BMIParser::readColorBitmap(), and libzmf::BMIParser::reconcileDimensions().
unsigned libzmf::BMIParser::ColorBitmapHeader::m_startOffset |
Referenced by libzmf::BMIParser::readColorBitmap().
unsigned libzmf::BMIParser::ColorBitmapHeader::m_width |
Referenced by libzmf::BMIParser::readColorBitmap(), and libzmf::BMIParser::reconcileDimensions().