ReactOS Fundraising Campaign 2012
€ 4,410 / € 30,000
Information
|
Donate
Home
|
Info
|
Community
|
Development
|
myReactOS
|
Contact Us
Navigation
Home
Community
Development
myReactOS
Fundraiser 2012
Doxygen
Main Page
Alphabetical List
Data Structures
Directories
File List
Data Fields
Globals
Related Pages
Search
ReactOS Development
> Doxygen
win32ss
drivers
displays
vga
objects
Defines
bitblt.h File Reference
Go to the source code of this file.
Defines
#
define
AVEC_NOT
0x01
Define the
A
vector polynomial bits.
#
define
AVEC_D
0x02
#
define
AVEC_S
0x04
#
define
AVEC_P
0x08
#
define
AVEC_DS
0x10
#
define
AVEC_DP
0x20
#
define
AVEC_SP
0x40
#
define
AVEC_DSP
0x80
#
define
AVEC_NEED_SOURCE
(
AVEC_S
|
AVEC_DS
|
AVEC_SP
|
AVEC_DSP
)
#
define
AVEC_NEED_PATTERN
(
AVEC_P
|
AVEC_DP
|
AVEC_SP
|
AVEC_DSP
)
#
define
BB_TARGET_SCREEN
0x0001
#
define
BB_TARGET_ONLY
0x0002
#
define
BB_SOURCE_COPY
0x0004
#
define
BB_PATTERN_COPY
0x0008
#
define
GET_OPINDEX_FROM_ROP3
(Rop3) (((Rop3) >> 16) & 0xff)
#
define
GET_OPINDEX_FROM_ROP4
(Rop4) ((Rop4) & 0xff)
#
define
ROP3_TO_ROP4
(Rop3) ((((Rop3) >> 8) & 0xff00) | (((Rop3) >> 16) & 0x00ff))
#
define
R3_OPINDEX_SRCCOPY
0xcc
#
define
R3_OPINDEX_NOOP
0xaa
#
define
R4_MASK
((
R3_OPINDEX_NOOP
<< 8) |
R3_OPINDEX_SRCCOPY
)
Generated on Fri May 25 2012 06:07:39 for ReactOS by
1.7.6.1
ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.