Data Fields | |
int | W |
int | H |
int | w |
int | h |
int | x |
int | y |
int | mode |
int | dc |
char * | fb_id |
int gs_hdr_tag::W |
Image width
Referenced by read_gs_header().
int gs_hdr_tag::H |
Image height
Referenced by read_gs_header().
int gs_hdr_tag::w |
Block width
Referenced by eps_decode_grayscale_block(), and read_gs_header().
int gs_hdr_tag::h |
Block height
Referenced by eps_decode_grayscale_block(), and read_gs_header().
int gs_hdr_tag::x |
Block X coordinate
Referenced by read_gs_header().
int gs_hdr_tag::y |
Block Y coordinate
Referenced by read_gs_header().
int gs_hdr_tag::mode |
Either EPS_MODE_NORMAL or EPS_MODE_OTLPF
Referenced by eps_decode_grayscale_block(), and read_gs_header().
int gs_hdr_tag::dc |
DC value
Referenced by eps_decode_grayscale_block(), and read_gs_header().
char* gs_hdr_tag::fb_id |
Filterbank ID (should not be modified or released)
Referenced by eps_decode_grayscale_block(), and read_gs_header().