#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/Gfx.h>
Collaboration diagram for GfxResources:

Public Member Functions | |
| GfxResources (XRef *xref, Dict *resDict, GfxResources *nextA) | |
| ~GfxResources () | |
| GfxFont * | lookupFont (char *name) |
| GBool | lookupXObject (char *name, Object *obj) |
| GBool | lookupXObjectNF (char *name, Object *obj) |
| void | lookupColorSpace (char *name, Object *obj) |
| GfxPattern * | lookupPattern (char *name) |
| GfxShading * | lookupShading (char *name) |
| GBool | lookupGState (char *name, Object *obj) |
| GfxResources * | getNext () |
Private Attributes | |
| GfxFontDict * | fonts |
| Object | xObjDict |
| Object | colorSpaceDict |
| Object | patternDict |
| Object | shadingDict |
| Object | gStateDict |
| GfxResources * | next |
|
||||||||||||||||
|
Definition at line 219 of file Gfx.cc. References colorSpaceDict, fonts, Object::free(), Object::getDict(), gStateDict, Object::initNull(), Object::isDict(), Dict::lookup(), next, NULL, patternDict, shadingDict, and xObjDict. |
|
|
Definition at line 258 of file Gfx.cc. References colorSpaceDict, fonts, Object::free(), gStateDict, patternDict, shadingDict, and xObjDict. |
|
|
Definition at line 80 of file Gfx.h. References next. Referenced by Gfx::popResources(). |
|
||||||||||||
|
Definition at line 311 of file Gfx.cc. References colorSpaceDict, Object::dictLookup(), Object::free(), Object::initNull(), Object::isDict(), and next. Referenced by Gfx::doImage(), Gfx::opSetFillColorSpace(), and Gfx::opSetStrokeColorSpace(). |
|
|
Definition at line 269 of file Gfx.cc. References error(), fonts, GfxFontDict::lookup(), next, and NULL. Referenced by Gfx::opSetFont(). |
|
||||||||||||
|
Definition at line 363 of file Gfx.cc. References Object::dictLookup(), error(), Object::free(), gFalse, gStateDict, gTrue, Object::isDict(), and next. Referenced by Gfx::opSetExtGState(). |
|
|
Definition at line 325 of file Gfx.cc. References Object::dictLookup(), error(), Object::free(), Object::isDict(), next, NULL, GfxPattern::parse(), and patternDict. Referenced by Gfx::opSetFillColorN(), and Gfx::opSetStrokeColorN(). |
|
|
Definition at line 344 of file Gfx.cc. References Object::dictLookup(), error(), Object::free(), Object::isDict(), next, NULL, GfxShading::parse(), and shadingDict. Referenced by Gfx::opShFill(). |
|
||||||||||||
|
Definition at line 283 of file Gfx.cc. References Object::dictLookup(), error(), Object::free(), gFalse, gTrue, Object::isDict(), next, and xObjDict. Referenced by Gfx::opXObject(). |
|
||||||||||||
|
Definition at line 297 of file Gfx.cc. References Object::dictLookupNF(), error(), Object::free(), gFalse, gTrue, Object::isDict(), next, and xObjDict. Referenced by Gfx::opXObject(). |
|
|
Definition at line 86 of file Gfx.h. Referenced by GfxResources(), lookupColorSpace(), and ~GfxResources(). |
|
|
Definition at line 84 of file Gfx.h. Referenced by GfxResources(), lookupFont(), and ~GfxResources(). |
|
|
Definition at line 89 of file Gfx.h. Referenced by GfxResources(), lookupGState(), and ~GfxResources(). |
|
|
Definition at line 90 of file Gfx.h. Referenced by getNext(), GfxResources(), lookupColorSpace(), lookupFont(), lookupGState(), lookupPattern(), lookupShading(), lookupXObject(), and lookupXObjectNF(). |
|
|
Definition at line 87 of file Gfx.h. Referenced by GfxResources(), lookupPattern(), and ~GfxResources(). |
|
|
Definition at line 88 of file Gfx.h. Referenced by GfxResources(), lookupShading(), and ~GfxResources(). |
|
|
Definition at line 85 of file Gfx.h. Referenced by GfxResources(), lookupXObject(), lookupXObjectNF(), and ~GfxResources(). |
1.4.2