ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.