VSDContentCollector.cpp File Reference
#include <string.h>
#include <stack>
#include <boost/spirit/include/classic.hpp>
#include "VSDContentCollector.h"
#include "VSDParser.h"
#include "VSDInternalStream.h"

Defines

#define DUMP_BITMAP   0
#define M_PI   3.14159265358979323846
#define SURROGATE_VALUE(h, l)   (((h) - 0xd800) * 0x400 + (l) - 0xdc00 + 0x10000)
#define LIBVISIO_EPSILON   1E-10
#define VSD_NUM_POLYLINES_PER_NURBS   200

Define Documentation

#define DUMP_BITMAP   0
#define LIBVISIO_EPSILON   1E-10
#define SURROGATE_VALUE (   h,
 
)    (((h) - 0xd800) * 0x400 + (l) - 0xdc00 + 0x10000)
#define VSD_NUM_POLYLINES_PER_NURBS   200