ReactOS 0.4.15-dev-7788-g1ad9096
BitBlt_MERGEPAINT.c
Go to the documentation of this file.
1
2#include "DibLib.h"
3
4#define __USES_SOURCE 1
5#define __USES_PATTERN 0
6#define __USES_DEST 1
7#define __USES_MASK 0
8
9#define __FUNCTIONNAME BitBlt_MERGEPAINT
10
11#define _DibDoRop(pBltData, M, D, S, P) ROP_MERGEPAINT(D,S,P)
12
13#include "DibLib_AllSrcBPP.h"
14
15VOID
18{
19 // TODO: XLATEless same-surface variants
20 gapfnBitBlt_MERGEPAINT[pBltData->siDst.iFormat][pBltData->siSrc.iFormat](pBltData);
21}
22
VOID FASTCALL Dib_BitBlt_MERGEPAINT(PBLTDATA pBltData)
#define FASTCALL
Definition: nt_native.h:50
SURFINFO siSrc
SURFINFO siDst
ULONG iFormat