ReactOS 0.4.15-dev-8052-gc0e3179
BitBlt_NOTSRCCOPY.c File Reference
#include "DibLib.h"
#include "DibLib_AllSrcBPP.h"
Include dependency graph for BitBlt_NOTSRCCOPY.c:

Go to the source code of this file.

Macros

#define __USES_SOURCE   1
 
#define __USES_PATTERN   0
 
#define __USES_DEST   0
 
#define __USES_MASK   0
 
#define __FUNCTIONNAME   BitBlt_NOTSRCCOPY
 
#define _DibDoRop(pBltData, M, D, S, P)   ROP_NOTSRCCOPY(D,S,P)
 

Functions

VOID FASTCALL Dib_BitBlt_NOTSRCCOPY (PBLTDATA pBltData)
 

Macro Definition Documentation

◆ __FUNCTIONNAME

#define __FUNCTIONNAME   BitBlt_NOTSRCCOPY

Definition at line 9 of file BitBlt_NOTSRCCOPY.c.

◆ __USES_DEST

#define __USES_DEST   0

Definition at line 6 of file BitBlt_NOTSRCCOPY.c.

◆ __USES_MASK

#define __USES_MASK   0

Definition at line 7 of file BitBlt_NOTSRCCOPY.c.

◆ __USES_PATTERN

#define __USES_PATTERN   0

Definition at line 5 of file BitBlt_NOTSRCCOPY.c.

◆ __USES_SOURCE

#define __USES_SOURCE   1

Definition at line 4 of file BitBlt_NOTSRCCOPY.c.

◆ _DibDoRop

#define _DibDoRop (   pBltData,
  M,
  D,
  S,
  P 
)    ROP_NOTSRCCOPY(D,S,P)

Definition at line 11 of file BitBlt_NOTSRCCOPY.c.

Function Documentation

◆ Dib_BitBlt_NOTSRCCOPY()

VOID FASTCALL Dib_BitBlt_NOTSRCCOPY ( PBLTDATA  pBltData)

Definition at line 17 of file BitBlt_NOTSRCCOPY.c.

18{
19 // TODO: XLATEless same-surface variants
20 gapfnBitBlt_NOTSRCCOPY[pBltData->siDst.iFormat][pBltData->siSrc.iFormat](pBltData);
21}
SURFINFO siSrc
SURFINFO siDst
ULONG iFormat