check_if_pcx(const header &h) const | claw::graphic::pcx::reader | [private] |
decompress(const header &h, std::istream &f, const Converter &convert) | claw::graphic::pcx::reader | [inline, private] |
decompress_line(std::istream &f, color_plane_type &scanline) const | claw::graphic::pcx::reader | [private] |
load(std::istream &f) | claw::graphic::pcx::reader | |
load_16_color_mapped(const header &h, std::istream &f) | claw::graphic::pcx::reader | [private] |
load_256_color_mapped(const header &h, std::istream &f) | claw::graphic::pcx::reader | [private] |
load_mono(const header &h, std::istream &f) | claw::graphic::pcx::reader | [private] |
load_true_color(const header &h, std::istream &f) | claw::graphic::pcx::reader | [private] |
m_image | claw::graphic::pcx::reader | [private] |
reader(image &img) | claw::graphic::pcx::reader | |
reader(image &img, std::istream &f) | claw::graphic::pcx::reader | |
rle_pcx_input_buffer typedef | claw::graphic::pcx::reader | [private] |