ReactOS 0.4.16-dev-1019-g2c2cdfd
|
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Classes | |
struct | _ROPINFO |
Macros | |
#define | NDEBUG |
#define | USES_DEST(RopCode) ((((RopCode) & 0xaa) >> 1) != ((RopCode) & 0x55)) |
#define | USES_SOURCE(RopCode) ((((RopCode) & 0xcc) >> 2) != ((RopCode) & 0x33)) |
#define | USES_PATTERN(RopCode) ((((RopCode) & 0xf0) >> 4) != ((RopCode) & 0x0f)) |
#define | MARK(Out) |
#define | ROPCODE_BLACKNESS 0x00 |
#define | ROPCODE_NOTSRCERASE 0x11 |
#define | ROPCODE_NOTSRCCOPY 0x33 |
#define | ROPCODE_SRCERASE 0x44 |
#define | ROPCODE_DSTINVERT 0x55 |
#define | ROPCODE_PATINVERT 0x5a |
#define | ROPCODE_SRCINVERT 0x66 |
#define | ROPCODE_SRCAND 0x88 |
#define | ROPCODE_NOOP 0xaa |
#define | ROPCODE_MERGEPAINT 0xbb |
#define | ROPCODE_MERGECOPY 0xc0 |
#define | ROPCODE_SRCCOPY 0xcc |
#define | ROPCODE_SRCPAINT 0xee |
#define | ROPCODE_PATCOPY 0xf0 |
#define | ROPCODE_PATPAINT 0xfb |
#define | ROPCODE_WHITENESS 0xff |
#define | ROPCODE_GENERIC 256 /* Special case */ |
#define | FLAG_PATTERNSURFACE 0x01 |
#define | FLAG_TRIVIALXLATE 0x02 |
#define | FLAG_BOTTOMUP 0x04 |
#define | FLAG_FORCENOUSESSOURCE 0x08 |
#define | FLAG_FORCERAWSOURCEAVAIL 0x10 |
Typedefs | |
typedef struct _ROPINFO | ROPINFO |
typedef struct _ROPINFO * | PROPINFO |
#define USES_DEST | ( | RopCode | ) | ((((RopCode) & 0xaa) >> 1) != ((RopCode) & 0x55)) |
#define USES_PATTERN | ( | RopCode | ) | ((((RopCode) & 0xf0) >> 4) != ((RopCode) & 0x0f)) |
#define USES_SOURCE | ( | RopCode | ) | ((((RopCode) & 0xcc) >> 2) != ((RopCode) & 0x33)) |
Definition at line 680 of file gendib.c.
Referenced by CreatePrimitive().
Definition at line 302 of file gendib.c.
Referenced by CreateBitCase(), and CreatePrimitive().
|
static |
Definition at line 506 of file gendib.c.
Referenced by CreateActionBlock().
Definition at line 445 of file gendib.c.
Referenced by CreateBitCase(), and CreatePrimitive().
|
static |
Definition at line 364 of file gendib.c.
Referenced by CreateBitCase(), and CreateSetSinglePixel().
|
static |
Definition at line 247 of file gendib.c.
Referenced by CreateBitCase(), CreateSetSinglePixel(), and RawCheckForDismount().
Definition at line 766 of file gendib.c.
Referenced by Generate().
|
static |
Definition at line 476 of file gendib.c.
Referenced by CreateBitCase().
Definition at line 936 of file gendib.c.
Referenced by Generate().
Definition at line 137 of file gendib.c.
Referenced by CreateTable(), and Generate().
Definition at line 971 of file gendib.c.
Definition at line 173 of file gendib.c.
Definition at line 207 of file gendib.c.
Referenced by CreatePrimitive(), and CreateTable().