, including all inherited members.
BMP_COMPRESSION_BITFIELDS enum value | claw::graphic::bitmap::file_structure | [private] |
BMP_COMPRESSION_RGB enum value | claw::graphic::bitmap::file_structure | [private] |
BMP_COMPRESSION_RLE4 enum value | claw::graphic::bitmap::file_structure | [private] |
BMP_COMPRESSION_RLE8 enum value | claw::graphic::bitmap::file_structure | [private] |
color_palette_type typedef | claw::graphic::bitmap::file_structure | [private] |
compression enum name | claw::graphic::bitmap::file_structure | [private] |
file_input_buffer typedef | claw::graphic::bitmap::reader | [private] |
load(std::istream &f) | claw::graphic::bitmap::reader | |
load_1bpp(const header &h, std::istream &f) | claw::graphic::bitmap::reader | [private] |
load_24bpp(const header &h, std::istream &f) | claw::graphic::bitmap::reader | [private] |
load_4bpp(const header &h, std::istream &f) | claw::graphic::bitmap::reader | [private] |
load_4bpp_rgb(const header &h, std::istream &f, const color_palette_type &palette) | claw::graphic::bitmap::reader | [private] |
load_4bpp_rle(const header &h, std::istream &f, const color_palette_type &palette) | claw::graphic::bitmap::reader | [private] |
load_8bpp(const header &h, std::istream &f) | claw::graphic::bitmap::reader | [private] |
load_8bpp_rgb(const header &h, std::istream &f, const color_palette_type &palette) | claw::graphic::bitmap::reader | [private] |
load_8bpp_rle(const header &h, std::istream &f, const color_palette_type &palette) | claw::graphic::bitmap::reader | [private] |
load_palette(const header &h, std::istream &f, color_palette_type &palette) const | claw::graphic::bitmap::reader | [private] |
load_rgb_data(std::istream &f, unsigned int buffer_size, const color_palette_type &palette, const Convert &pixel_convert) | claw::graphic::bitmap::reader | [inline, private] |
m_image | claw::graphic::bitmap::reader | [private] |
reader(image &img) | claw::graphic::bitmap::reader | |
reader(image &img, std::istream &f) | claw::graphic::bitmap::reader | |
rle4_decoder typedef | claw::graphic::bitmap::reader | [private] |
rle8_decoder typedef | claw::graphic::bitmap::reader | [private] |