![]() |
Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
|
Go to the source code of this file.
Macros | |
| #define | VAXSHORT(var, fp) { var = fgetc(fp)&0xFF; var |= (fgetc(fp)) << 8; } |
| #define | OPCODE(inst) (inst[0] & ~LONG) |
| #define | LONGP(inst) (inst[0] & LONG) |
| #define | DATUM(inst) (inst[1] & 0xff) /* Make sure it's unsigned. */ |
Functions | |
| static void | bfill () |
| int | vax_gshort () |
| int | rle_get_setup (rle_hdr *the_hdr) |
| void | rle_get_setup_ok (rle_hdr *the_hdr, const char *prog_name, const char *file_name) |
| void | rle_debug (int on_off) |
| int | rle_getrow (rle_hdr *the_hdr, scanline) |
| static void | bfill (char *s, int n, int c) |
Variables | |
| static char | rcs_ident [] = "$Id: rle_getrow.c,v 3.0.1.5 1992/03/04 19:33:08 spencer Exp spencer $" |
| static int | debug_f |
| #define DATUM | ( | inst | ) | (inst[1] & 0xff) /* Make sure it's unsigned. */ |
Definition at line 48 of file rle_getrow.c.
| #define LONGP | ( | inst | ) | (inst[0] & LONG) |
Definition at line 47 of file rle_getrow.c.
| #define OPCODE | ( | inst | ) | (inst[0] & ~LONG) |
Definition at line 46 of file rle_getrow.c.
Definition at line 41 of file rle_getrow.c.
|
static |
Definition at line 570 of file rle_getrow.c.
| void rle_debug | ( | int | on_off | ) |
Definition at line 293 of file rle_getrow.c.
Definition at line 74 of file rle_getrow.c.
Referenced by display_rle(), find_most_used(), RLE::open:, and read_rle_header().
| void rle_get_setup_ok | ( | rle_hdr * | the_hdr, |
| const char * | prog_name, | ||
| const char * | file_name | ||
| ) |
Definition at line 254 of file rle_getrow.c.
Referenced by read_file().
Definition at line 333 of file rle_getrow.c.
Referenced by display_rle(), find_most_used(), get_scanlines(), RLE::open:, write_ppm_data(), and write_rlb_data().
| int vax_gshort | ( | ) |
|
static |
Definition at line 50 of file rle_getrow.c.
|
static |
Definition at line 33 of file rle_getrow.c.
1.8.10