ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | _DibFunction __DIB_FUNCTION_NAME(__FUNCTIONNAME, _SOURCE_BPP, _DEST_BPP) |
#define | _ReadPixel(bpp, pj, jShift) __PASTE(_ReadPixel_, bpp)(pj, jShift) |
#define | _WritePixel(pj, jShift, c) __PASTE(_WritePixel_, _DEST_BPP)(pj, jShift, c) |
#define | _NextPixel(bpp, ppj, pjShift) __PASTE(_NextPixel_, bpp)(ppj, pjShift) |
#define | _SHIFT(bpp, x) __PASTE(_SHIFT_, bpp)(x) |
#define | _CALCSHIFT(bpp, pshift, x) __PASTE(_CALCSHIFT_, bpp)(pshift, x) |
Functions | |
VOID FASTCALL | _DibFunction (PBLTDATA pBltData) |
Definition at line 12 of file DibLib_BitBlt.h.
#define _DibFunction __DIB_FUNCTION_NAME(__FUNCTIONNAME, _SOURCE_BPP, _DEST_BPP) |
Definition at line 7 of file DibLib_BitBlt.h.
#define _NextPixel | ( | bpp, | |
ppj, | |||
pjShift | |||
) | __PASTE(_NextPixel_, bpp)(ppj, pjShift) |
Definition at line 10 of file DibLib_BitBlt.h.
Definition at line 8 of file DibLib_BitBlt.h.
Definition at line 9 of file DibLib_BitBlt.h.
Definition at line 18 of file DibLib_BitBlt.h.