Pyro higlevel API
Classes | Macros | Variables
stdbitmaps.cpp File Reference

Classes

struct  BitmapDesc
 

Macros

#define MAX_BM_SIZE   (8*8)
 

Variables

BitmapDesc g_asBitmapDescs []
 

Macro Definition Documentation

#define MAX_BM_SIZE   (8*8)

Referenced by os::get_std_bitmap().

Variable Documentation

BitmapDesc g_asBitmapDescs[]
Initial value:
= {
{4, 7, 0, {
0xff, 0xff, 0xff, 0x00,
0xff, 0xff, 0x00, 0x00,
0xff, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0xff, 0x00, 0x00, 0x00,
0xff, 0xff, 0x00, 0x00,
0xff, 0xff, 0xff, 0x00}},
{4, 7, 0, {
0x00, 0xff, 0xff, 0xff,
0x00, 0x00, 0xff, 0xff,
0x00, 0x00, 0x00, 0xff,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0xff,
0x00, 0x00, 0xff, 0xff,
0x00, 0xff, 0xff, 0xff}},
{7, 4, 0, {
0xff, 0xff, 0xff, 0x00, 0xff, 0xff, 0xff,
0xff, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff,
0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}},
{7, 4, 0, {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff,
0xff, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff,
0xff, 0xff, 0xff, 0x00, 0xff, 0xff, 0xff}},
{0, 0, 0, {0x00}},
}

Referenced by os::get_std_bitmap().