poppler: add new axial and radialShadedFill parameters
[swftools.git] / lib / pdf / FullBitmapOutputDev.h
1 /* FullBitmapOutputDev.cc
2    Output device which creates a bitmap.
3
4    This file is part of swftools.
5
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.
10
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.
15
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 */
19
20 #ifndef __FullBitmapOutputDev_h__
21 #define __FullBitmapOutputDev_h__
22
23 #include "../gfxdevice.h"
24 #include "../gfxsource.h"
25 #include "../gfxtools.h"
26
27 #include "../../config.h"
28 #include "GFXOutputDev.h"
29 #include "InfoOutputDev.h"
30 #include "PDFDoc.h"
31 #include "CommonOutputDev.h"
32
33 #define STATE_PARALLEL 0
34 #define STATE_TEXT_IS_ABOVE 1
35 #define STATE_BITMAP_IS_ABOVE 2
36
37 class FullBitmapOutputDev: public CommonOutputDev {
38 public:
39     FullBitmapOutputDev(InfoOutputDev*info, PDFDoc*doc);
40     virtual ~FullBitmapOutputDev();
41    
42     // CommonOutputDev:
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);
48
49     // OutputDev:
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);
64
65     virtual void startPage(int pageNum, GfxState *state);
66     virtual void endPage();
67
68     virtual void saveState(GfxState *state);
69     virtual void restoreState(GfxState *state);
70
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);
99
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);
109
110     virtual GBool functionShadedFill(GfxState *state,
111                                      GfxFunctionShading *shading);
112     virtual GBool axialShadedFill(GfxState *state, GfxAxialShading *shading POPPLER_RAXIAL_MIN_MAX);
113     virtual GBool radialShadedFill(GfxState *state, GfxRadialShading *shading POPPLER_RAXIAL_MIN_MAX);
114
115     virtual void clip(GfxState *state);
116     virtual void eoClip(GfxState *state);
117     virtual void clipToStrokePath(GfxState *state);
118
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);
133
134     virtual void drawImageMask(GfxState *state, Object *ref, Stream *str,
135                                int width, int height, GBool invert,
136                                POPPLER_INTERPOLATE
137                                GBool inlineImg);
138     virtual void drawImage(GfxState *state, Object *ref, Stream *str,
139                            int width, int height, GfxImageColorMap *colorMap,
140                            POPPLER_INTERPOLATE
141                            int *maskColors, GBool inlineImg);
142     virtual void drawMaskedImage(GfxState *state, Object *ref, Stream *str,
143                                  int width, int height,
144                                  GfxImageColorMap *colorMap,
145                                  POPPLER_INTERPOLATE
146                                  Stream *maskStr, int maskWidth, int maskHeight,
147                                  GBool maskInvert
148                                  POPPLER_MASK_INTERPOLATE);
149     virtual void drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str,
150                                      int width, int height,
151                                      GfxImageColorMap *colorMap,
152                                      POPPLER_INTERPOLATE
153                                      Stream *maskStr,
154                                      int maskWidth, int maskHeight,
155                                      GfxImageColorMap *maskColorMap
156                                      POPPLER_MASK_INTERPOLATE);
157
158     virtual void type3D0(GfxState *state, double wx, double wy);
159     virtual void type3D1(GfxState *state, double wx, double wy, double llx, double lly, double urx, double ury);
160
161     virtual void drawForm(Ref id);
162
163     virtual void beginTransparencyGroup(GfxState *state, double *bbox,
164                                         GfxColorSpace *blendingColorSpace,
165                                         GBool isolated, GBool knockout,
166                                         GBool forSoftMask);
167     virtual void endTransparencyGroup(GfxState *state);
168     virtual void paintTransparencyGroup(GfxState *state, double *bbox);
169     virtual void setSoftMask(GfxState *state, double *bbox, GBool alpha, Function *transferFunc, GfxColor *backdropColor);
170     virtual void clearSoftMask(GfxState *state);
171
172     virtual void processLink(Link *link, Catalog *catalog);
173   
174     virtual void setVectorAntialias(GBool vaa);
175     virtual GBool getVectorAntialias();
176
177     
178 private:
179     void flushBitmap();
180     char config_extrafontdata;
181     PDFDoc*doc;
182     XRef*xref;
183     SplashOutputDev*rgbdev;
184
185     GFXOutputDev*gfxdev;
186     gfxdevice_t*dev;
187
188     int movex, movey;
189     int width, height;
190
191     int user_movex, user_movey;
192     int user_clipx1, user_clipy1;
193     int user_clipx2, user_clipy2;
194 };
195
196 #endif
197
198
199