10 #if !defined (mdl_type_resource_generator) && !defined (mdl_resource_compiler)
119 #if !defined (mdl_type_resource_generator) && !defined (mdl_resource_compiler)
120 static const long IMAGEFILE_ALL =-1;
121 static const long IMAGEFILE_ALLIMAGEFILES = 98;
122 static const long IMAGEFILE_ALLFILES = 99;
125 static const long IMAGEFILE_MIN_COM_RESERVED = 1000;
126 static const long IMAGEFILE_MAX_COM_RESERVED = 2000;
128 #define IMAGEFILE_ALL (-1)
129 #define IMAGEFILE_ALLIMAGEFILES (98)
130 #define IMAGEFILE_ALLFILES (99)
263 #if !defined (mdl_type_resource_generator) && !defined (mdl_resource_compiler)
264 static const double MONOCHROME_THRESHOLD = 128.0;
266 #define MONOCHROME_THRESHOLD 128.0
268 #define BITMAP_ROWBYTES(nColumns) (((nColumns) + 7) >> 3)
269 #define BITMAP_BYTES(nColumns, nRows) (nRows * BITMAP_ROWBYTES(nColumns))
289 #if ! defined (resource)
struct rgbFile RGBFile
Definition: image.h:16
Integer x,y rectangle coordinates.
Definition: BSIRect.h:24
Definition: DgnPlatform.r.h:25
unsigned char byte
Definition: Bentley.r.h:144
An integer 2d point, useful for screen pixel references, but not for real geometry.
Definition: Point.h:20
Integer x,y rectangle coordinates for GUI: BSIRect.