#include <aconf.h>
#include <stdio.h>
#include <stddef.h>
#include <string.h>
#include <math.h>
#include "gmem.h"
#include "GlobalParams.h"
#include "CharTypes.h"
#include "Object.h"
#include "Array.h"
#include "Dict.h"
#include "Stream.h"
#include "Lexer.h"
#include "Parser.h"
#include "GfxFont.h"
#include "GfxState.h"
#include "OutputDev.h"
#include "Page.h"
#include "Error.h"
#include "Gfx.h"
Defines | |
#define | M_PI 3.14159265358979323846 |
#define | functionMaxDepth 6 |
#define | functionColorDelta (1 / 256.0) |
#define | axialMaxSplits 256 |
#define | axialColorDelta (1 / 256.0) |
#define | radialMaxSplits 256 |
#define | radialColorDelta (1 / 256.0) |
#define | numOps (sizeof(opTab) / sizeof(Operator)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|