summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.h b/Build/source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.h
index 12e8831a905..2215f883d32 100644
--- a/Build/source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.h
+++ b/Build/source/libs/xpdf/xpdf-src/xpdf/SplashOutputDev.h
@@ -279,6 +279,7 @@ private:
static GBool softMaskMatteImageSrc(void *data,
SplashColorPtr colorLine,
Guchar *alphaLine);
+ GString *makeImageTag(Object *ref);
void reduceImageResolution(Stream *str, double *mat,
int *width, int *height);
void clearMaskRegion(GfxState *state,
@@ -295,6 +296,7 @@ private:
GBool allowAntialias;
GBool vectorAntialias;
GBool reverseVideo; // reverse video mode
+ GBool reverseVideoInvertImages;
SplashColor paperColor; // paper color
SplashScreenParams screenParams;
GBool skipHorizText;