#include "camtypes.h"#include "grndbrsh.h"#include "grnddib.h"#include "grndrgn.h"#include "osrndrgn.h"#include "palman.h"#include "progress.h"#include "freehand.h"#include "freeinfo.h"#include "offscrn.h"#include "oilruler.h"Go to the source code of this file.
Defines | |
| #define | FILL_BITMAP 0 |
| #define | new CAM_DEBUG_NEW |
| #define | EXPAND(x) ( (x<<3) | (x>>2) ) |
| Generates a 32bit form of the input 8bit bitmap, note that the destination bitmapinfo and bitmap must be allocated prior to this function. | |
Variables | |
| static RealLogPalette | StandardPalette |
| static BYTE | NoTransTable [256] |
| static BOOL | ClippedPathIsValid |
| static INT32 | LargeGradTables = 0 |
|
|
Generates a 32bit form of the input 8bit bitmap, note that the destination bitmapinfo and bitmap must be allocated prior to this function.
Definition at line 1508 of file grndbrsh.cpp. |
|
|
Definition at line 140 of file grndbrsh.cpp. |
|
|
Definition at line 144 of file grndbrsh.cpp. |
|
|
Definition at line 131 of file grndbrsh.cpp. |
|
|
Definition at line 137 of file grndbrsh.cpp. |
|
|
Definition at line 129 of file grndbrsh.cpp. |
|
|
Initial value:
{
0x300,
256
}
Definition at line 123 of file grndbrsh.cpp. |
1.4.4