filters
PDFImport::Device Class Reference
Inheritance diagram for PDFImport::Device:

Detailed Description
Definition at line 39 of file FilterDevice.h.
Public Member Functions | |
Device (Data &data) | |
~Device () | |
void | init () |
void | dumpPage (uint i) |
virtual GBool | upsideDown () |
virtual GBool | useDrawChar () |
virtual GBool | interpretType3Chars () |
virtual GBool | needNonText () |
virtual void | startPage (int pageNum, GfxState *state) |
virtual void | endPage () |
virtual void | updateAll (GfxState *state) |
virtual void | updateFillColor (GfxState *state) |
virtual void | updateStrokeColor (GfxState *state) |
virtual void | updateFont (GfxState *state) |
virtual void | beginString (GfxState *state, GString *s) |
virtual void | endString (GfxState *state) |
virtual void | drawChar (GfxState *state, double x, double y, double dx, double dy, double originX, double originY, CharCode c, Unicode *u, int uLen) |
virtual void | drawLink (::Link *link, Catalog *cat) |
virtual void | drawImageMask (GfxState *, Object *ref, Stream *, int width, int height, GBool invert, GBool inlineImg) |
virtual void | drawImage (GfxState *, Object *ref, Stream *, int width, int height, GfxImageColorMap *colorMap, int *maskColors, GBool inlineImg) |
virtual void | stroke (GfxState *state) |
virtual void | fill (GfxState *state) |
virtual void | eoFill (GfxState *state) |
The documentation for this class was generated from the following files: