NetSurf
|
Data Fields | |
struct BitMap * | bm |
struct RastPort * | rp |
struct Layer_Info * | layerinfo |
APTR | areabuf |
APTR | tmprasbuf |
struct Rectangle | rect |
struct MinList * | shared_pens |
bool | managed_pen_list |
bool | palette_mapped |
ULONG | apen |
ULONG | open |
LONG | apen_num |
LONG | open_num |
int | width |
int | height |
Definition at line 78 of file plotters.c.
ULONG gui_globals::apen |
Definition at line 88 of file plotters.c.
Referenced by ami_clearclipreg(), ami_plot_ra_alloc(), and ami_plot_setapen().
LONG gui_globals::apen_num |
Definition at line 90 of file plotters.c.
Referenced by ami_clearclipreg(), ami_plot_ra_alloc(), and ami_plot_setapen().
APTR gui_globals::areabuf |
Definition at line 82 of file plotters.c.
Referenced by ami_plot_ra_alloc(), and ami_plot_ra_free().
struct BitMap* gui_globals::bm |
Definition at line 79 of file plotters.c.
Referenced by ami_plot_ra_alloc(), ami_plot_ra_free(), and ami_plot_ra_get_bitmap().
int gui_globals::height |
Definition at line 93 of file plotters.c.
Referenced by ami_plot_ra_alloc(), and ami_plot_ra_get_size().
struct Layer_Info* gui_globals::layerinfo |
Definition at line 81 of file plotters.c.
Referenced by ami_plot_ra_alloc(), and ami_plot_ra_free().
bool gui_globals::managed_pen_list |
Definition at line 86 of file plotters.c.
Referenced by ami_plot_ra_alloc(), and ami_plot_ra_free().
ULONG gui_globals::open |
Definition at line 89 of file plotters.c.
Referenced by ami_clearclipreg(), ami_plot_ra_alloc(), and ami_plot_setopen().
LONG gui_globals::open_num |
Definition at line 91 of file plotters.c.
Referenced by ami_clearclipreg(), ami_plot_ra_alloc(), and ami_plot_setopen().
bool gui_globals::palette_mapped |
Definition at line 87 of file plotters.c.
Referenced by ami_bitmap(), ami_bitmap_tile(), ami_plot_ra_alloc(), ami_plot_setapen(), and ami_plot_setopen().
struct Rectangle gui_globals::rect |
Definition at line 84 of file plotters.c.
Referenced by ami_bitmap(), ami_bitmap_tile(), ami_clearclipreg(), and ami_clip().
struct RastPort* gui_globals::rp |
Definition at line 80 of file plotters.c.
Referenced by ami_arc(), ami_bitmap(), ami_bitmap_tile(), ami_clearclipreg(), ami_clip(), ami_disc(), ami_line(), ami_path(), ami_plot_ra_alloc(), ami_plot_ra_free(), ami_plot_ra_get_rastport(), ami_polygon(), ami_rectangle(), and ami_text().
struct MinList* gui_globals::shared_pens |
Definition at line 85 of file plotters.c.
Referenced by ami_plot_ra_alloc(), ami_plot_ra_free(), ami_plot_ra_set_pen_list(), ami_plot_setapen(), and ami_plot_setopen().
APTR gui_globals::tmprasbuf |
Definition at line 83 of file plotters.c.
Referenced by ami_plot_ra_alloc(), and ami_plot_ra_free().
int gui_globals::width |
Definition at line 92 of file plotters.c.
Referenced by ami_plot_ra_alloc(), and ami_plot_ra_get_size().