NetSurf
|
Data Fields | |
struct BitMap * | bm |
ULONG | width |
ULONG | height |
int | offsetx |
int | offsety |
APTR | mask |
bool | palette_mapped |
Definition at line 58 of file plotters.c.
struct BitMap* bfbitmap::bm |
Definition at line 59 of file plotters.c.
Referenced by ami_bitmap_tile(), and HOOKF().
ULONG bfbitmap::height |
Definition at line 61 of file plotters.c.
Referenced by ami_bitmap_tile(), and HOOKF().
APTR bfbitmap::mask |
Definition at line 64 of file plotters.c.
Referenced by ami_bitmap_tile(), and HOOKF().
int bfbitmap::offsetx |
Definition at line 62 of file plotters.c.
Referenced by ami_bitmap_tile(), and HOOKF().
int bfbitmap::offsety |
Definition at line 63 of file plotters.c.
Referenced by ami_bitmap_tile(), and HOOKF().
bool bfbitmap::palette_mapped |
Definition at line 65 of file plotters.c.
Referenced by ami_bitmap_tile(), and HOOKF().
ULONG bfbitmap::width |
Definition at line 60 of file plotters.c.
Referenced by ami_bitmap_tile(), and HOOKF().