Go to the source code of this file.
◆ AVEC_D
◆ AVEC_DP
◆ AVEC_DS
◆ AVEC_DSP
◆ AVEC_NEED_PATTERN
◆ AVEC_NEED_SOURCE
◆ AVEC_NOT
Define the A vector polynomial bits.
Definition at line 7 of file bitblt.h.
◆ AVEC_P
◆ AVEC_S
◆ AVEC_SP
◆ BB_PATTERN_COPY
#define BB_PATTERN_COPY 0x0008 |
◆ BB_SOURCE_COPY
◆ BB_TARGET_ONLY
◆ BB_TARGET_SCREEN
#define BB_TARGET_SCREEN 0x0001 |
◆ GET_OPINDEX_FROM_ROP3
#define GET_OPINDEX_FROM_ROP3 |
( |
|
Rop3 | ) |
(((Rop3) >> 16) & 0xff) |
◆ GET_OPINDEX_FROM_ROP4
#define GET_OPINDEX_FROM_ROP4 |
( |
|
Rop4 | ) |
((Rop4) & 0xff) |
◆ R3_OPINDEX_NOOP
◆ R3_OPINDEX_SRCCOPY
#define R3_OPINDEX_SRCCOPY 0xcc |
◆ R4_MASK
◆ ROP3_TO_ROP4
#define ROP3_TO_ROP4 |
( |
|
Rop3 | ) |
((((Rop3) >> 8) & 0xff00) | (((Rop3) >> 16) & 0x00ff)) |