Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
|
Go to the source code of this file.
Functions | |
int | RunSetup () |
int | RunSkipBlankLines () |
int | RunSetColor () |
int | RunSkipPixels () |
int | RunNewScanLine () |
int | Runputdata () |
int | Runputrun () |
int | RunputEof () |
int | DefaultBlockHook () |
void | NullputEof () |
void | NullputEof (rle_hdr *the_hdr) |
Variables | |
struct rle_dispatch_tab | rle_DTable [] |
static int | bg_color [3] = { 0, 0, 0 } |
rle_hdr | rle_dflt_hdr |
int DefaultBlockHook | ( | ) |
void NullputEof | ( | ) |
void NullputEof | ( | rle_hdr * | the_hdr | ) |
Definition at line 90 of file rle_global.c.
int RunNewScanLine | ( | ) |
int Runputdata | ( | ) |
int RunputEof | ( | ) |
int Runputrun | ( | ) |
int RunSetColor | ( | ) |
int RunSetup | ( | ) |
int RunSkipBlankLines | ( | ) |
int RunSkipPixels | ( | ) |
|
static |
Definition at line 64 of file rle_global.c.
rle_hdr rle_dflt_hdr |
Definition at line 66 of file rle_global.c.
Referenced by find_most_used(), and write_rlb_data().
struct rle_dispatch_tab rle_DTable[] |
Definition at line 49 of file rle_global.c.