]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/ImageOutputDev.h
Synched with Xpdf 0.92
[evince.git] / pdf / xpdf / ImageOutputDev.h
index 84766dd1f0c019d187bebd37d6b0c053f1c47472..60e6224994bda2ebb3a55832fe469b178b32c591 100644 (file)
@@ -48,11 +48,11 @@ public:
   virtual GBool useDrawChar() { return gFalse; }
 
   //----- image drawing
   virtual GBool useDrawChar() { return gFalse; }
 
   //----- image drawing
-  virtual void drawImageMask(GfxState *state, Stream *str,
+  virtual void drawImageMask(GfxState *state, Object *ref, Stream *str,
                             int width, int height, GBool invert,
                             GBool inlineImg);
                             int width, int height, GBool invert,
                             GBool inlineImg);
-  virtual void drawImage(GfxState *state, Stream *str, int width,
-                        int height, GfxImageColorMap *colorMap,
+  virtual void drawImage(GfxState *state, Object *ref, Stream *str,
+                        int width, int height, GfxImageColorMap *colorMap,
                         GBool inlineImg);
 
 private:
                         GBool inlineImg);
 
 private: