|
NetSurf
|
Data Fields | |
| struct BitMap * | bm |
| ULONG | width |
| ULONG | height |
| int | offsetx |
| int | offsety |
| APTR | mask |
| bool | palette_mapped |
Definition at line 56 of file plotters.c.
| struct BitMap* bfbitmap::bm |
Definition at line 57 of file plotters.c.
| ULONG bfbitmap::height |
Definition at line 59 of file plotters.c.
| APTR bfbitmap::mask |
Definition at line 62 of file plotters.c.
| int bfbitmap::offsetx |
Definition at line 60 of file plotters.c.
| int bfbitmap::offsety |
Definition at line 61 of file plotters.c.
| bool bfbitmap::palette_mapped |
Definition at line 63 of file plotters.c.
| ULONG bfbitmap::width |
Definition at line 58 of file plotters.c.