summaryrefslogtreecommitdiff
path: root/poppler/CairoOutputDev.h
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2015-01-20 22:05:29 +1030
committerAdrian Johnson <ajohnson@redneon.com>2015-01-23 21:59:23 +1030
commitf932315e559a7857d9c5642eb04efc0d2b717789 (patch)
treec196d4a296c9333cfac93b5c619655377bd93971 /poppler/CairoOutputDev.h
parent78abf540057181b708c546aee421f81a1dd58331 (diff)
cairo: support embedding JBIG2 image data
http://lists.freedesktop.org/archives/poppler/2014-December/011183.html
Diffstat (limited to 'poppler/CairoOutputDev.h')
-rw-r--r--poppler/CairoOutputDev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/poppler/CairoOutputDev.h b/poppler/CairoOutputDev.h
index 8de391ae..cc298466 100644
--- a/poppler/CairoOutputDev.h
+++ b/poppler/CairoOutputDev.h
@@ -280,6 +280,9 @@ protected:
GfxImageColorMap *colorMap, cairo_surface_t *image);
void fillToStrokePathClip(GfxState *state);
void alignStrokeCoords(GfxSubpath *subpath, int i, double *x, double *y);
+#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 14, 0)
+ GBool setMimeDataForJBIG2Globals (Stream *str, cairo_surface_t *image);
+#endif
GfxRGB fill_color, stroke_color;
cairo_pattern_t *fill_pattern, *stroke_pattern;