#include "camtypes.h"
#include "cartprov.h"
#include "oilbitmap.h"
#include "camelot.h"
#include "bitmpinf.h"
#include "nativeps.h"
#include "saveeps.h"
#include "cameleps.h"
#include "prdlgctl.h"
#include "printctl.h"
#include "colcontx.h"
#include "colormgr.h"
#include "colplate.h"
#include "bitfilt.h"
Go to the source code of this file.
Defines | |
#define | new CAM_DEBUG_NEW |
#define | MILLIS_PER_METRE 2834646L |
#define | DEFAULT_PIXEL_SIZE 3780 |
#define | CMXREDUCEBPPBUFFERSIZE (1024 * 4) |
Exports this bitmap to the given EPS RenderRegion Just calls ExportBitmapPalette then ExportBitmapData. | |
#define | TEMPMAX(R, G, B) |
#define | TEMPMAX(R, G, B) |
#define | TEMPMAX(R, G, B) |
|
Exports this bitmap to the given EPS RenderRegion Just calls ExportBitmapPalette then ExportBitmapData.
Definition at line 1150 of file oilbitmap.cpp. |
|
Definition at line 417 of file oilbitmap.cpp. |
|
Definition at line 412 of file oilbitmap.cpp. |
|
Definition at line 144 of file oilbitmap.cpp. |
|
Value: { \ Temp = ((R) > (G)) ? (R) : (G); \ Temp = (Temp > (B)) ? Temp : (B); \ } |
|
Value: { \ Temp = ((R) > (G)) ? (R) : (G); \ Temp = (Temp > (B)) ? Temp : (B); \ } |
|
Value: { \ Temp = ((R) > (G)) ? (R) : (G); \ Temp = (Temp > (B)) ? Temp : (B); \ } |