Subversion Repositories Kolibri OS

Rev

Rev 3254 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3254 Rev 3291
Line 49... Line 49...
49
#define XY_SETUP_CLIP			((2<<29)|(3<<22)|1)
49
#define XY_SETUP_CLIP			((2<<29)|(3<<22)|1)
50
#define XY_SCANLINE_BLT			((2<<29)|(0x25<<22)|1)
50
#define XY_SCANLINE_BLT			((2<<29)|(0x25<<22)|1)
51
#define XY_TEXT_IMMEDIATE_BLT		((2<<29)|(0x31<<22)|(1<<16))
51
#define XY_TEXT_IMMEDIATE_BLT		((2<<29)|(0x31<<22)|(1<<16))
52
#define XY_SRC_COPY_BLT_CMD		((2<<29)|(0x53<<22)|6)
52
#define XY_SRC_COPY_BLT_CMD		((2<<29)|(0x53<<22)|6)
53
#define SRC_COPY_BLT_CMD		((2<<29)|(0x43<<22)|0x4)
53
#define SRC_COPY_BLT_CMD		((2<<29)|(0x43<<22)|0x4)
-
 
54
#define XY_PAT_BLT			((2<<29)|(0x51<<22)|0x4)
54
#define XY_PAT_BLT_IMMEDIATE		((2<<29)|(0x72<<22))
55
#define XY_PAT_BLT_IMMEDIATE		((2<<29)|(0x72<<22))
55
#define XY_MONO_PAT			((0x2<<29)|(0x52<<22)|0x7)
56
#define XY_MONO_PAT			((0x2<<29)|(0x52<<22)|0x7)
56
#define XY_MONO_SRC_COPY		((0x2<<29)|(0x54<<22)|(0x6))
57
#define XY_MONO_SRC_COPY		((0x2<<29)|(0x54<<22)|(0x6))
57
#define XY_MONO_SRC_COPY_IMM		((0x2<<29)|(0x71<<22))
58
#define XY_MONO_SRC_COPY_IMM		((0x2<<29)|(0x71<<22))
58
#define XY_FULL_MONO_PATTERN_BLT	((0x2<<29)|(0x57<<22)|0xa)
59
#define XY_FULL_MONO_PATTERN_BLT	((0x2<<29)|(0x57<<22)|0xa)