2012-03-15 19:11:12 +00:00
|
|
|
|
|
|
|
#ifndef __DIB_FUNCTION_NAME
|
|
|
|
#define __DIB_FUNCTION_NAME __DIB_FUNCTION_NAME_DST
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef _SOURCE_BPP
|
|
|
|
#define _SOURCE_BPP 0
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#define _DEST_BPP 1
|
2012-07-22 20:24:10 +00:00
|
|
|
#include "DibLib_BitBlt.h"
|
2012-03-15 19:11:12 +00:00
|
|
|
#undef _DEST_BPP
|
|
|
|
|
|
|
|
#define _DEST_BPP 4
|
2012-07-22 20:24:10 +00:00
|
|
|
#include "DibLib_BitBlt.h"
|
2012-03-15 19:11:12 +00:00
|
|
|
#undef _DEST_BPP
|
|
|
|
|
|
|
|
#define _DEST_BPP 8
|
2012-07-22 20:24:10 +00:00
|
|
|
#include "DibLib_BitBlt.h"
|
2012-03-15 19:11:12 +00:00
|
|
|
#undef _DEST_BPP
|
|
|
|
|
|
|
|
#define _DEST_BPP 16
|
2012-07-22 20:24:10 +00:00
|
|
|
#include "DibLib_BitBlt.h"
|
2012-03-15 19:11:12 +00:00
|
|
|
#undef _DEST_BPP
|
|
|
|
|
|
|
|
#define _DEST_BPP 24
|
2012-07-22 20:24:10 +00:00
|
|
|
#include "DibLib_BitBlt.h"
|
2012-03-15 19:11:12 +00:00
|
|
|
#undef _DEST_BPP
|
|
|
|
|
|
|
|
#define _DEST_BPP 32
|
2012-07-22 20:24:10 +00:00
|
|
|
#include "DibLib_BitBlt.h"
|
2012-03-15 19:11:12 +00:00
|
|
|
#undef _DEST_BPP
|
|
|
|
|
|
|
|
#if (__USES_SOURCE == 0)
|
|
|
|
PFN_DIBFUNCTION
|
|
|
|
__PASTE(gapfn, __FUNCTIONNAME)[7] =
|
|
|
|
{
|
|
|
|
0,
|
|
|
|
__DIB_FUNCTION_NAME_DST(__FUNCTIONNAME, 0, 1),
|
|
|
|
__DIB_FUNCTION_NAME_DST(__FUNCTIONNAME, 0, 4),
|
|
|
|
__DIB_FUNCTION_NAME_DST(__FUNCTIONNAME, 0, 8),
|
|
|
|
__DIB_FUNCTION_NAME_DST(__FUNCTIONNAME, 0, 16),
|
|
|
|
__DIB_FUNCTION_NAME_DST(__FUNCTIONNAME, 0, 24),
|
|
|
|
__DIB_FUNCTION_NAME_DST(__FUNCTIONNAME, 0, 32)
|
|
|
|
};
|
|
|
|
#endif
|