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


Public Member Functions | |
| GfxIndexedColorSpace (GfxColorSpace *baseA, int indexHighA) | |
| virtual | ~GfxIndexedColorSpace () |
| 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 () |
| virtual void | getDefaultRanges (fouble *decodeLow, fouble *decodeRange, int maxImgPixel) |
| GfxColorSpace * | getBase () |
| int | getIndexHigh () |
| Guchar * | getLookup () |
Static Public Member Functions | |
| static GfxColorSpace * | parse (Array *arr) |
Private Attributes | |
| GfxColorSpace * | base |
| int | indexHigh |
| Guchar * | lookup |
|
||||||||||||
|
Definition at line 748 of file GfxState.cc. References base, GfxColorSpace::getNComps(), gmalloc(), indexHigh, and lookup. |
|
|
Definition at line 756 of file GfxState.cc. |
|
|
Implements GfxColorSpace. Definition at line 761 of file GfxState.cc. References base, GfxColorSpace::copy(), GfxColorSpace::getNComps(), GfxIndexedColorSpace(), indexHigh, and lookup. |
|
|
Definition at line 342 of file GfxState.h. References base. Referenced by GfxImageColorMap::GfxImageColorMap(). |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 862 of file GfxState.cc. References base, GfxColor::c, GfxColorSpace::getCMYK(), GfxColorSpace::getNComps(), i, lookup, and p. |
|
||||||||||||||||
|
Reimplemented from GfxColorSpace. Definition at line 875 of file GfxState.cc. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 836 of file GfxState.cc. References base, GfxColor::c, GfxColorSpace::getGray(), GfxColorSpace::getNComps(), i, lookup, and p. |
|
|
Definition at line 343 of file GfxState.h. References indexHigh. Referenced by GfxImageColorMap::GfxImageColorMap(). |
|
|
Definition at line 344 of file GfxState.h. References lookup. Referenced by GfxImageColorMap::GfxImageColorMap(). |
|
|
Implements GfxColorSpace. Definition at line 327 of file GfxState.h. References csIndexed. |
|
|
Implements GfxColorSpace. Definition at line 336 of file GfxState.h. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 849 of file GfxState.cc. References base, GfxColor::c, GfxColorSpace::getNComps(), GfxColorSpace::getRGB(), i, lookup, and p. |
|
|
Definition at line 770 of file GfxState.cc. References error(), Array::get(), Array::getLength(), GfxColorSpace::getNComps(), GfxIndexedColorSpace(), i, lookup, NULL, GfxColorSpace::parse(), s, and Opie::MM::x. Referenced by GfxColorSpace::parse(). |
|
|
Definition at line 348 of file GfxState.h. Referenced by copy(), getBase(), getCMYK(), getGray(), getRGB(), GfxIndexedColorSpace(), and ~GfxIndexedColorSpace(). |
|
|
Definition at line 349 of file GfxState.h. Referenced by copy(), getIndexHigh(), and GfxIndexedColorSpace(). |
|
|
Definition at line 350 of file GfxState.h. Referenced by copy(), getCMYK(), getGray(), getLookup(), getRGB(), GfxIndexedColorSpace(), parse(), and ~GfxIndexedColorSpace(). |
1.4.2