ReactOS 0.4.15-dev-7958-gcd0bb1a
MaskBlt.c
Go to the documentation of this file.
1
2#include "DibLib.h"
3
4#define __USES_SOURCE 1
5#define __USES_PATTERN 1
6#define __USES_DEST 1
7#define __USES_MASK 1
8
9#define __FUNCTIONNAME MaskBlt
10
11#define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[M](D,S,P)
12
13#include "DibLib_AllSrcBPP.h"
14
15#undef __FUNCTIONNAME
16#define __FUNCTIONNAME MaskBlt_Solid
17#define __USES_SOLID_BRUSH 1
18#include "DibLib_AllSrcBPP.h"
19
20VOID
23{
24 gapfnMaskBlt[pBltData->siDst.iFormat][pBltData->siSrc.iFormat](pBltData);
25}
26
27
28
29
#define FASTCALL
Definition: nt_native.h:50
SURFINFO siSrc
SURFINFO siDst
ULONG iFormat
VOID FASTCALL Dib_MaskBlt(PBLTDATA pBltData)
Definition: MaskBlt.c:22