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