summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h19
1 files changed, 6 insertions, 13 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h b/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h
index 57b57e06a66..60d48527c29 100644
--- a/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h
+++ b/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h
@@ -11,6 +11,10 @@
#include <aconf.h>
+#ifdef USE_GCC_PRAGMAS
+#pragma interface
+#endif
+
#include "gtypes.h"
#include "Object.h"
#include "Function.h"
@@ -659,7 +663,6 @@ public:
{ return resDict.isDict() ? resDict.getDict() : (Dict *)NULL; }
double *getMatrix() { return matrix; }
Object *getContentStreamRef() { return &contentStreamRef; }
- GBool usesBlendMode(XRef *xref);
private:
@@ -667,16 +670,6 @@ private:
double *bboxA, double xStepA, double yStepA,
Object *resDictA, double *matrixA,
Object *contentStreamA);
- GBool scanResourcesForBlendMode(Object *resDict2,
- char *scannedObjs, XRef *xref);
- GBool scanExtGStateForBlendMode(Object *gsObj,
- char *scannedObjs, XRef *xref);
- GBool scanSoftMaskForBlendMode(Object *softMaskObj,
- char *scannedObjs, XRef *xref);
- GBool scanPatternForBlendMode(Object *patternObj,
- char *scannedObjs, XRef *xref);
- GBool scanXObjectForBlendMode(Object *xObj,
- char *scannedObjs, XRef *xref);
int paintType;
int tilingType;
@@ -890,7 +883,7 @@ public:
void getTriangle(int i, double *x0, double *y0, double *color0,
double *x1, double *y1, double *color1,
double *x2, double *y2, double *color2);
- void getBBox(double *xMinA, double *yMinA, double *xMaxA, double *yMaxA);
+ void getBBox(double *xMin, double *yMin, double *xMax, double *yMax);
void getColor(double *in, GfxColor *out);
private:
@@ -930,7 +923,7 @@ public:
int getNComps() { return nComps; }
int getNPatches() { return nPatches; }
GfxPatch *getPatch(int i) { return &patches[i]; }
- void getBBox(double *xMinA, double *yMinA, double *xMaxA, double *yMaxA);
+ void getBBox(double *xMin, double *yMin, double *xMax, double *yMax);
void getColor(double *in, GfxColor *out);
private: