#include <xpm.h>
Public Attributes | |
int | fd |
char ** | data |
char * | buffer |
size_t | bytes_in |
size_t | curr_byte |
int | curr_img |
int | curr_img_line |
ASXpmParseState | parse_state |
char * | str_buf |
size_t | str_buf_size |
unsigned short | width |
unsigned short | height |
unsigned short | bpp |
size_t | cmap_size |
ASScanline | scl |
ARGB32 * | cmap |
ARGB32 ** | cmap2 |
ASHashTable * | cmap_name_xref |
Bool | do_alpha |
Bool | full_alpha |
Definition at line 25 of file xpm.h.
int ASXpmFile::fd |
char** ASXpmFile::data |
Definition at line 28 of file xpm.h.
Referenced by convert_xpm_scanline(), get_xpm_char(), get_xpm_string(), open_xpm_data(), open_xpm_file(), and open_xpm_raw_data().
char* ASXpmFile::buffer |
Definition at line 36 of file xpm.h.
Referenced by get_xpm_char(), get_xpm_string(), open_xpm_data(), open_xpm_file(), open_xpm_raw_data(), and unget_xpm_char().
Definition at line 37 of file xpm.h.
Referenced by get_xpm_char(), open_xpm_file(), and open_xpm_raw_data().
Definition at line 38 of file xpm.h.
Referenced by get_xpm_char(), open_xpm_data(), open_xpm_file(), open_xpm_raw_data(), and unget_xpm_char().
Definition at line 42 of file xpm.h.
Referenced by get_xpm_string(), open_xpm_raw_data(), and read_next_xpm_string().
Definition at line 44 of file xpm.h.
Referenced by get_xpm_char(), get_xpm_string(), open_xpm_data(), open_xpm_file(), open_xpm_raw_data(), read_next_xpm_string(), seek_next_xpm_image(), seek_next_xpm_string(), and skip_xpm_comments().
char* ASXpmFile::str_buf |
Definition at line 46 of file xpm.h.
Referenced by build_xpm_colormap(), get_xpm_string(), parse_xpm_cmap_entry(), parse_xpm_header(), read_next_xpm_string(), and xpm_file2ASImage().
unsigned short ASXpmFile::width |
Definition at line 49 of file xpm.h.
Referenced by convert_xpm_scanline(), create_xpm_image(), open_xpm_data(), open_xpm_file(), open_xpm_raw_data(), parse_xpm_header(), and xpm_file2ASImage().
unsigned short ASXpmFile::height |
Definition at line 49 of file xpm.h.
Referenced by create_xpm_image(), open_xpm_data(), open_xpm_file(), open_xpm_raw_data(), parse_xpm_header(), and xpm_file2ASImage().
unsigned short ASXpmFile::bpp |
Definition at line 49 of file xpm.h.
Referenced by build_xpm_colormap(), open_xpm_data(), open_xpm_file(), open_xpm_raw_data(), parse_xpm_cmap_entry(), and parse_xpm_header().
Definition at line 50 of file xpm.h.
Referenced by build_xpm_colormap(), open_xpm_file(), and parse_xpm_header().
Definition at line 51 of file xpm.h.
Referenced by convert_xpm_scanline(), open_xpm_data(), open_xpm_file(), open_xpm_raw_data(), and xpm_file2ASImage().
Definition at line 53 of file xpm.h.
Referenced by build_xpm_colormap(), and convert_xpm_scanline().
Definition at line 56 of file xpm.h.
Referenced by build_xpm_colormap(), convert_xpm_scanline(), and xpm_file2ASImage().