Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135393 | Differences between
and this patch

Collapse All | Expand All

(-)swftools-0.7.0-orig/pdf2swf/SWFOutputDev.cc (-1 / +1 lines)
Lines 245-251 Link Here
245
  void drawGeneralImage(GfxState *state, Object *ref, Stream *str,
245
  void drawGeneralImage(GfxState *state, Object *ref, Stream *str,
246
				   int width, int height, GfxImageColorMap*colorMap, GBool invert,
246
				   int width, int height, GfxImageColorMap*colorMap, GBool invert,
247
				   GBool inlineImg, int mask, int *maskColors);
247
				   GBool inlineImg, int mask, int *maskColors);
248
  int SWFOutputDev::setGfxFont(char*id, char*filename, double quality);
248
  int setGfxFont(char*id, char*filename, double quality);
249
  void strokeGfxline(GfxState *state, gfxline_t*line);
249
  void strokeGfxline(GfxState *state, gfxline_t*line);
250
  void clipToGfxLine(GfxState *state, gfxline_t*line);
250
  void clipToGfxLine(GfxState *state, gfxline_t*line);
251
  void fillGfxLine(GfxState *state, gfxline_t*line);
251
  void fillGfxLine(GfxState *state, gfxline_t*line);

Return to bug 135393