X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2FInfoOutputDev.h;fp=lib%2Fpdf%2FInfoOutputDev.h;h=82fa0823ec247f62c5e35262b71263b6df25289e;hp=27d3b3d1994de1fb3da26efe27b6181ed1085f1f;hb=a2f21288d10ce4e448ba07a72463aa2689d59ed3;hpb=dbc9adb7ae63afb520ab7d048739ef92a18d3b7f diff --git a/lib/pdf/InfoOutputDev.h b/lib/pdf/InfoOutputDev.h index 27d3b3d..82fa082 100644 --- a/lib/pdf/InfoOutputDev.h +++ b/lib/pdf/InfoOutputDev.h @@ -40,6 +40,18 @@ class InfoOutputDev: public OutputDev virtual void drawImage(GfxState *state, Object *ref, Stream *str, int width, int height, GfxImageColorMap *colorMap, int *maskColors, GBool inlineImg); + virtual void drawMaskedImage(GfxState *state, Object *ref, Stream *str, + int width, int height, + GfxImageColorMap *colorMap, + Stream *maskStr, + int maskWidth, int maskHeight, + GBool maskInvert); + virtual void drawSoftMaskedImage(GfxState *state, Object *ref, Stream *str, + int width, int height, + GfxImageColorMap *colorMap, + Stream *maskStr, + int maskWidth, int maskHeight, + GfxImageColorMap *maskColorMap); }; #endif //__infooutputdev_h__