![]() |
Utah Raster Toolkit
9999-git
URT Development version (post-3.1b)
|
Go to the source code of this file.
Macros | |
| #define | TRUE 1 |
| #define | FALSE 0 |
| #define | MAX(i, j) ((i) > (j) ? (i) : (j)) |
| #define | NCHANS 3 |
| #define | NCMAPS 3 |
| #define | CMAPLEN 8 |
| #define | COLMAPLEN 256 |
| #define | MAX_X_SIZE 1280 |
| #define | D_XSTART 0 |
| #define | D_YSTART 0 |
| #define | D_XSIZE 512 |
| #define | D_YSIZE 480 |
Functions | |
| main (int argc, argv) | |
| setup_graphics_device (int *dev_xmax, int *dev_ymax) | |
| clip (int dev_xmax, int dev_ymax, int *xstart, int *ystart, int *xsize, int *ysize) | |
| read_scanline (rle_hdr *the_hdr, int y, rows) | |
| read_color_maps (int pic_fd, rle_map *cmap) | |
Variables | |
| int | cmap_flag = 0 |
| int | display_flag = 0 |
| int | driver_flag = 0 |
| char * | display_name = "/dev/crt" |
| char * | driver_name = "hp98721" |
| int | pos_flag = 0 |
| int | xstart = 0 |
| int | ystart = 0 |
| int | size_flag = 0 |
| int | xsize = 512 |
| int | ysize = 480 |
| int | overlay_flag = 0 |
| int | backgnd_flag = 0 |
| int | backgnd [3] |
| int | fname_flag = 0 |
| char * | fname = ((void *)0) |
| int | ncomments = 0 |
| char ** | comments = ((void *)0) |
| int | picture_fd |
| #define CMAPLEN 8 |
Definition at line 31 of file read98721.c.
| #define COLMAPLEN 256 |
Definition at line 32 of file read98721.c.
| #define D_XSIZE 512 |
Definition at line 56 of file read98721.c.
| #define D_XSTART 0 |
Definition at line 48 of file read98721.c.
| #define D_YSIZE 480 |
Definition at line 57 of file read98721.c.
| #define D_YSTART 0 |
Definition at line 49 of file read98721.c.
| #define FALSE 0 |
Definition at line 26 of file read98721.c.
Definition at line 27 of file read98721.c.
| #define MAX_X_SIZE 1280 |
Definition at line 33 of file read98721.c.
| #define NCHANS 3 |
Definition at line 29 of file read98721.c.
| #define NCMAPS 3 |
Definition at line 30 of file read98721.c.
| #define TRUE 1 |
Definition at line 25 of file read98721.c.
Definition at line 203 of file read98721.c.
| main | ( | int | argc, |
| argv | |||
| ) |
Definition at line 79 of file read98721.c.
Definition at line 236 of file read98721.c.
Definition at line 221 of file read98721.c.
Definition at line 164 of file read98721.c.
| int backgnd[3] |
Definition at line 66 of file read98721.c.
| int backgnd_flag = 0 |
Definition at line 64 of file read98721.c.
| int cmap_flag = 0 |
Definition at line 36 of file read98721.c.
| char** comments = ((void *)0) |
Definition at line 74 of file read98721.c.
| int display_flag = 0 |
Definition at line 38 of file read98721.c.
| char* display_name = "/dev/crt" |
Definition at line 42 of file read98721.c.
| int driver_flag = 0 |
Definition at line 39 of file read98721.c.
| char* driver_name = "hp98721" |
Definition at line 43 of file read98721.c.
| char* fname = ((void *)0) |
Definition at line 71 of file read98721.c.
| int fname_flag = 0 |
Definition at line 68 of file read98721.c.
| int ncomments = 0 |
Definition at line 73 of file read98721.c.
| int overlay_flag = 0 |
Definition at line 61 of file read98721.c.
| int picture_fd |
Definition at line 77 of file read98721.c.
Referenced by direct_setup().
| int pos_flag = 0 |
Definition at line 45 of file read98721.c.
| int size_flag = 0 |
Definition at line 53 of file read98721.c.
| int xsize = 512 |
Definition at line 58 of file read98721.c.
| int xstart = 0 |
Definition at line 50 of file read98721.c.
| int ysize = 480 |
Definition at line 59 of file read98721.c.
| int ystart = 0 |
Definition at line 51 of file read98721.c.
1.8.10