summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/splash/SplashClip.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/splash/SplashClip.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/splash/SplashClip.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/splash/SplashClip.h b/Build/source/libs/xpdf/xpdf-src/splash/SplashClip.h
index 093c65c12c4..fb86ed8fd72 100644
--- a/Build/source/libs/xpdf/xpdf-src/splash/SplashClip.h
+++ b/Build/source/libs/xpdf/xpdf-src/splash/SplashClip.h
@@ -11,6 +11,10 @@
#include <aconf.h>
+#ifdef USE_GCC_PRAGMAS
+#pragma interface
+#endif
+
#include "SplashTypes.h"
#include "SplashMath.h"
@@ -96,9 +100,6 @@ public:
// Get the number of arbitrary paths used by the clip region.
int getNumPaths();
- // Return true if the clip path is a simple rectangle.
- GBool getIsSimple() { return isSimple; }
-
private:
SplashClip(SplashClip *clip);
@@ -109,11 +110,10 @@ private:
hardXMax, hardYMax; // [hardXMin, hardXMax), [hardYMin, hardYMax)
SplashCoord xMin, yMin, // current clip bounding rectangle
- xMax, yMax;
-
- int xMinI, yMinI, // integer clip bounding rectangle
- xMaxI, yMaxI; // (these coordinates are adjusted if
+ xMax, yMax; // (these coordinates may be adjusted if
// stroke adjustment is enabled)
+
+ int xMinI, yMinI, xMaxI, yMaxI;
GBool intBoundsValid; // true if xMinI, etc. are valid
GBool intBoundsStrokeAdjust; // value of strokeAdjust used to compute
// xMinI, etc.