L4Re - L4 Runtime Environment
|
Bitmap renderer header file. More...
Go to the source code of this file.
Data Structures | |
struct | gfxbitmap_offset |
offsets in pmap[] and bmap[] More... | |
Macros | |
Param macros for bmap_* | |
Bitmap type - start least or start most significant bit | |
#define | pSLIM_BMAP_START_MSB 0x02 |
`pbm'-style: "The bits are stored eight per byte, high bit first low bit last." | |
#define | pSLIM_BMAP_START_LSB 0x01 |
Typedefs | |
typedef unsigned int | gfxbitmap_color_t |
Standard color type. More... | |
typedef unsigned int | gfxbitmap_color_pix_t |
Specific color type. More... | |
Bitmap renderer header file.
Definition in file bitmap.h.