oilbitmap.cpp File Reference

(r1785/r1464)

#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)


Define Documentation

#define CMXREDUCEBPPBUFFERSIZE   (1024 * 4)
 

Exports this bitmap to the given EPS RenderRegion Just calls ExportBitmapPalette then ExportBitmapData.

Author:
Tim_Browse (Xara Group Ltd) <camelotdev@xara.com>
Date:
?
Returns:
TRUE for success
Notes: If you want colour separated output, see...

See also:
CWxBitmap::ExportSeparatedPalette; CWxBitmap::ExportSeparatedData; CWxBitmap::ExportBitmapPalette; CWxBitmap::ExportBitmapData

Definition at line 1150 of file oilbitmap.cpp.

#define DEFAULT_PIXEL_SIZE   3780
 

Definition at line 417 of file oilbitmap.cpp.

#define MILLIS_PER_METRE   2834646L
 

Definition at line 412 of file oilbitmap.cpp.

#define new   CAM_DEBUG_NEW
 

Definition at line 144 of file oilbitmap.cpp.

#define TEMPMAX R,
G,
 ) 
 

Value:

{                                       \
        Temp = ((R) > (G))  ? (R) : (G);    \
        Temp = (Temp > (B)) ? Temp : (B);   \
    }

#define TEMPMAX R,
G,
 ) 
 

Value:

{                                       \
        Temp = ((R) > (G))  ? (R) : (G);    \
        Temp = (Temp > (B)) ? Temp : (B);   \
    }

#define TEMPMAX R,
G,
 ) 
 

Value:

{                                       \
        Temp = ((R) > (G))  ? (R) : (G);    \
        Temp = (Temp > (B)) ? Temp : (B);   \
    }


Generated on Sat Nov 10 03:49:34 2007 for Camelot by  doxygen 1.4.4