#include </home/clem/local/src/opie/noncore/unsupported/qpdf/xpdf/GfxState.h>
Inheritance diagram for GfxSeparationColorSpace:


Public Member Functions | |
| GfxSeparationColorSpace (GString *nameA, GfxColorSpace *altA, Function *funcA) | |
| virtual | ~GfxSeparationColorSpace () |
| virtual GfxColorSpace * | copy () |
| virtual GfxColorSpaceMode | getMode () |
| virtual void | getGray (GfxColor *color, fouble *gray) |
| virtual void | getRGB (GfxColor *color, GfxRGB *rgb) |
| virtual void | getCMYK (GfxColor *color, GfxCMYK *cmyk) |
| virtual int | getNComps () |
| GString * | getName () |
| GfxColorSpace * | getAlt () |
| Function * | getFunc () |
Static Public Member Functions | |
| static GfxColorSpace * | parse (Array *arr) |
Private Attributes | |
| GString * | name |
| GfxColorSpace * | alt |
| Function * | func |
|
||||||||||||||||
|
Definition at line 886 of file GfxState.cc. |
|
|
Definition at line 894 of file GfxState.cc. |
|
|
Implements GfxColorSpace. Definition at line 900 of file GfxState.cc. References alt, Function::copy(), GfxColorSpace::copy(), GString::copy(), func, GfxSeparationColorSpace(), and name. |
|
|
Definition at line 377 of file GfxState.h. References alt. Referenced by GfxImageColorMap::GfxImageColorMap(). |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 960 of file GfxState.cc. References alt, GfxColor::c, func, GfxColorSpace::getCMYK(), and Function::transform(). |
|
|
Definition at line 378 of file GfxState.h. References func. Referenced by GfxImageColorMap::GfxImageColorMap(). |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 946 of file GfxState.cc. References alt, GfxColor::c, func, GfxColorSpace::getGray(), and Function::transform(). |
|
|
Implements GfxColorSpace. Definition at line 364 of file GfxState.h. References csSeparation. |
|
|
Definition at line 376 of file GfxState.h. References name. |
|
|
Implements GfxColorSpace. Definition at line 373 of file GfxState.h. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 953 of file GfxState.cc. References alt, GfxColor::c, func, GfxColorSpace::getRGB(), and Function::transform(). |
|
|
Definition at line 905 of file GfxState.cc. References error(), Object::free(), Array::get(), Array::getLength(), Object::getName(), GfxSeparationColorSpace(), NULL, Function::parse(), and GfxColorSpace::parse(). Referenced by GfxColorSpace::parse(). |
|
|
Definition at line 383 of file GfxState.h. Referenced by copy(), getAlt(), getCMYK(), getGray(), getRGB(), GfxSeparationColorSpace(), and ~GfxSeparationColorSpace(). |
|
|
Definition at line 384 of file GfxState.h. Referenced by copy(), getCMYK(), getFunc(), getGray(), getRGB(), GfxSeparationColorSpace(), and ~GfxSeparationColorSpace(). |
|
|
Definition at line 382 of file GfxState.h. Referenced by copy(), getName(), GfxSeparationColorSpace(), and ~GfxSeparationColorSpace(). |
1.4.2