X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2FGFXOutputDev.h;fp=lib%2Fpdf%2FGFXOutputDev.h;h=0b07e4ff20152f8eca532296eff8f0ec7f37b82b;hp=1a820a7b67f41a1333e49cd5d0b39c96573aeb4b;hb=580c48fef10df9184cf2728338e89f7db0fef2f5;hpb=5c336b4f7017fb121fc2cbe2a02c1fa56986b560 diff --git a/lib/pdf/GFXOutputDev.h b/lib/pdf/GFXOutputDev.h index 1a820a7..0b07e4f 100644 --- a/lib/pdf/GFXOutputDev.h +++ b/lib/pdf/GFXOutputDev.h @@ -228,8 +228,8 @@ public: Stream *maskStr, int maskWidth, int maskHeight, GBool maskInvert, GfxImageColorMap*maskColorMap); void strokeGfxline(GfxState *state, gfxline_t*line, int flags); - void clipToGfxLine(GfxState *state, gfxline_t*line); - void fillGfxLine(GfxState *state, gfxline_t*line); + void clipToGfxLine(GfxState *state, gfxline_t*line, char evenodd); + void fillGfxLine(GfxState *state, gfxline_t*line, char evenodd); gfxfont_t* createGfxFont(GfxFont*xpdffont, FontInfo*src); @@ -284,6 +284,7 @@ public: int config_disable_polygon_conversion; int config_multiply; int config_bigchar; + int config_drawonlyshapes; double config_fontquality; };