1 /* FullBitmapOutputDev.cc
2 Output device which creates a bitmap.
4 This file is part of swftools.
6 Swftools is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
11 Swftools is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with swftools; if not, write to the Free Software
18 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
20 #ifndef __FullBitmapOutputDev_h__
21 #define __FullBitmapOutputDev_h__
23 #include "../gfxdevice.h"
24 #include "../gfxsource.h"
25 #include "../gfxtools.h"
27 #include "../../config.h"
28 #include "GFXOutputDev.h"
29 #include "InfoOutputDev.h"
31 #include "CommonOutputDev.h"
33 #define STATE_PARALLEL 0
34 #define STATE_TEXT_IS_ABOVE 1
35 #define STATE_BITMAP_IS_ABOVE 2
37 class FullBitmapOutputDev: public CommonOutputDev {
39 FullBitmapOutputDev(InfoOutputDev*info, PDFDoc*doc);
40 virtual ~FullBitmapOutputDev();
43 virtual void setDevice(gfxdevice_t*dev);
44 virtual void setMove(int x,int y);
45 virtual void setClip(int x1,int y1,int x2,int y2);
46 virtual void setParameter(const char*key, const char*value);
47 virtual void setPageMap(int*pagemap, int pagemap_len);
50 virtual GBool upsideDown();
51 virtual GBool useDrawChar();
52 virtual GBool useTilingPatternFill();
53 virtual GBool useShadedFills();
54 virtual GBool useDrawForm();
55 virtual GBool interpretType3Chars();
56 virtual GBool needNonText();
57 virtual void setDefaultCTM(double *ctm);
58 virtual GBool checkPageSlice(Page *page, double hDPI, double vDPI,
59 int rotate, GBool useMediaBox, GBool crop,
60 int sliceX, int sliceY, int sliceW, int sliceH,
61 GBool printing, Catalog *catalog,
62 GBool (*abortCheckCbk)(void *data) = NULL,
63 void *abortCheckCbkData = NULL);
65 virtual void startPage(int pageNum, GfxState *state);
66 virtual void endPage();
68 virtual void saveState(GfxState *state);
69 virtual void restoreState(GfxState *state);
71 virtual void updateAll(GfxState *state);
72 virtual void updateCTM(GfxState *state, double m11, double m12, double m21, double m22, double m31, double m32);
73 virtual void updateLineDash(GfxState *state);
74 virtual void updateFlatness(GfxState *state);
75 virtual void updateLineJoin(GfxState *state);
76 virtual void updateLineCap(GfxState *state);
77 virtual void updateMiterLimit(GfxState *state);
78 virtual void updateLineWidth(GfxState *state);
79 virtual void updateStrokeAdjust(GfxState *state);
80 virtual void updateFillColorSpace(GfxState *state);
81 virtual void updateStrokeColorSpace(GfxState *state);
82 virtual void updateFillColor(GfxState *state);
83 virtual void updateStrokeColor(GfxState *state);
84 virtual void updateBlendMode(GfxState *state);
85 virtual void updateFillOpacity(GfxState *state);
86 virtual void updateStrokeOpacity(GfxState *state);
87 virtual void updateFillOverprint(GfxState *state);
88 virtual void updateStrokeOverprint(GfxState *state);
89 virtual void updateTransfer(GfxState *state);
90 virtual void updateFont(GfxState *state);
91 virtual void updateTextMat(GfxState *state);
92 virtual void updateCharSpace(GfxState *state);
93 virtual void updateRender(GfxState *state);
94 virtual void updateRise(GfxState *state);
95 virtual void updateWordSpace(GfxState *state);
96 virtual void updateHorizScaling(GfxState *state);
97 virtual void updateTextPos(GfxState *state);
98 virtual void updateTextShift(GfxState *state, double shift);
100 virtual void stroke(GfxState *state);
101 virtual void fill(GfxState *state);
102 virtual void eoFill(GfxState *state);
103 virtual POPPLER_TILING_PATERN_RETURN tilingPatternFill(GfxState *state,
104 POPPLER_TILING_PATERN_GFX Object *str,
105 int paintType, Dict *resDict,
106 double *mat, double *bbox,
107 int x0, int y0, int x1, int y1,
108 double xStep, double yStep);
110 virtual GBool functionShadedFill(GfxState *state,
111 GfxFunctionShading *shading);
112 virtual GBool axialShadedFill(GfxState *state, GfxAxialShading *shading);
113 virtual GBool radialShadedFill(GfxState *state, GfxRadialShading *shading);
115 virtual void clip(GfxState *state);
116 virtual void eoClip(GfxState *state);
117 virtual void clipToStrokePath(GfxState *state);
119 virtual void beginStringOp(GfxState *state);
120 virtual void endStringOp(GfxState *state);
121 virtual void beginString(GfxState *state, GString *s);
122 virtual void endString(GfxState *state);
123 virtual void drawChar(GfxState *state, double x, double y,
124 double dx, double dy,
125 double originX, double originY,
126 CharCode code, int nBytes, Unicode *u, int uLen);
127 virtual void drawString(GfxState *state, GString *s);
128 virtual GBool beginType3Char(GfxState *state, double x, double y,
129 double dx, double dy,
130 CharCode code, Unicode *u, int uLen);
131 virtual void endType3Char(GfxState *state);
132 virtual void endTextObject(GfxState *state);
134 virtual void drawImageMask(GfxState *state, Object *ref, Stream *str,
135 int width, int height, GBool invert,
137 virtual void drawImage(GfxState *state, Object *ref, Stream *str,
138 int width, int height, GfxImageColorMap *colorMap,
139 int *maskColors, GBool inlineImg);
140 virtual void drawMaskedImage(GfxState *state, Object *ref, Stream *str,
141 int width, int height,
142 GfxImageColorMap *colorMap,
143 Stream *maskStr, int maskWidth, int maskHeight,
145 virtual void drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str,
146 int width, int height,
147 GfxImageColorMap *colorMap,
149 int maskWidth, int maskHeight,
150 GfxImageColorMap *maskColorMap);
152 virtual void type3D0(GfxState *state, double wx, double wy);
153 virtual void type3D1(GfxState *state, double wx, double wy, double llx, double lly, double urx, double ury);
155 virtual void drawForm(Ref id);
157 virtual void beginTransparencyGroup(GfxState *state, double *bbox,
158 GfxColorSpace *blendingColorSpace,
159 GBool isolated, GBool knockout,
161 virtual void endTransparencyGroup(GfxState *state);
162 virtual void paintTransparencyGroup(GfxState *state, double *bbox);
163 virtual void setSoftMask(GfxState *state, double *bbox, GBool alpha, Function *transferFunc, GfxColor *backdropColor);
164 virtual void clearSoftMask(GfxState *state);
166 virtual void processLink(Link *link, Catalog *catalog);
168 virtual void setVectorAntialias(GBool vaa);
169 virtual GBool getVectorAntialias();
174 char config_extrafontdata;
177 SplashOutputDev*rgbdev;
185 int user_movex, user_movey;
186 int user_clipx1, user_clipy1;
187 int user_clipx2, user_clipy2;