![]() |
Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
|
#include "rle.h"
Data Fields | |
| enum rle_dispatch | dispatch |
| int | ncolors |
| int * | bg_color |
| int | alpha |
| int | background |
| int | xmin |
| int | xmax |
| int | ymin |
| int | ymax |
| int | ncmap |
| int | cmaplen |
| rle_map * | cmap |
| const char ** | comments |
| FILE * | rle_file |
| char | bits [256/8] |
| long int | is_init |
| const char * | cmd |
| const char * | file_name |
| int | img_num |
| union { | |
| struct { | |
| int scan_y | |
| int vert_skip | |
| char is_eof | |
| char is_seek | |
| } get | |
| struct { | |
| int nblank | |
| short(* brun )[2] | |
| long fileptr | |
| } put | |
| } | priv |
| int rle_hdr::alpha |
Definition at line 100 of file rle.h.
Referenced by find_most_used(), RLE::open:, read_rle_header(), and write_rle_header().
| int rle_hdr::background |
Definition at line 100 of file rle.h.
Referenced by find_most_used(), read_rle_header(), and write_rle_header().
| int * rle_hdr::bg_color |
Definition at line 100 of file rle.h.
Referenced by read_rle_header().
| rle_map* rle_hdr::cmap |
Definition at line 112 of file rle.h.
Referenced by borrow_color_map(), find_most_used(), init_24_bit_colour_map(), read_rle_header(), and window_color_map().
| int rle_hdr::cmaplen |
Definition at line 100 of file rle.h.
Referenced by borrow_color_map(), find_most_used(), init_24_bit_colour_map(), load_x_map(), read_rle_header(), and window_color_map().
| const char* rle_hdr::cmd |
Definition at line 133 of file rle.h.
Referenced by init_color(), write_ppm_data(), and write_rle_data().
| const char** rle_hdr::comments |
Definition at line 113 of file rle.h.
Referenced by find_most_used(), and read_rle_header().
| enum rle_dispatch rle_hdr::dispatch |
Definition at line 99 of file rle.h.
Referenced by find_most_used().
| struct { ... } rle_hdr::get |
| int rle_hdr::ncmap |
Definition at line 100 of file rle.h.
Referenced by borrow_color_map(), colormap(), find_most_used(), read_rle_header(), and window_color_map().
| int rle_hdr::ncolors |
Definition at line 100 of file rle.h.
Referenced by display_rle(), find_most_used(), get_scanlines(), RLE::open:, read_rle_header(), and write_rle_header().
| union { ... } rle_hdr::priv |
| struct { ... } rle_hdr::put |
| FILE* rle_hdr::rle_file |
Definition at line 114 of file rle.h.
Referenced by display_rle(), find_most_used(), RLE::open:, read_file(), and read_rle_header().
| int rle_hdr::xmax |
Definition at line 100 of file rle.h.
Referenced by direct_setup(), display_rle(), find_most_used(), get_scanlines(), RLE::open:, read_rle_header(), and write_rle_header().
| int rle_hdr::xmin |
Definition at line 100 of file rle.h.
Referenced by display_rle(), find_most_used(), RLE::open:, read_rle_header(), and write_rle_header().
| int rle_hdr::ymax |
Definition at line 100 of file rle.h.
Referenced by direct_setup(), display_rle(), find_most_used(), get_scanlines(), RLE::open:, read_rle_header(), and write_rle_header().
| int rle_hdr::ymin |
Definition at line 100 of file rle.h.
Referenced by display_rle(), find_most_used(), get_scanlines(), RLE::open:, read_rle_header(), and write_rle_header().
1.8.10