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

Public Member Functions | |
| GfxImageColorMap (int bitsA, Object *decode, GfxColorSpace *colorSpaceA) | |
| ~GfxImageColorMap () | |
| GBool | isOk () |
| GfxColorSpace * | getColorSpace () |
| int | getNumPixelComps () |
| int | getBits () |
| fouble | getDecodeLow (int i) |
| fouble | getDecodeHigh (int i) |
| void | getGray (Guchar *x, fouble *gray) |
| void | getRGB (Guchar *x, GfxRGB *rgb) |
| void | getCMYK (Guchar *x, GfxCMYK *cmyk) |
Private Attributes | |
| GfxColorSpace * | colorSpace |
| int | bits |
| int | nComps |
| GfxColorSpace * | colorSpace2 |
| int | nComps2 |
| fouble * | lookup |
| fouble | decodeLow [gfxColorMaxComps] |
| fouble | decodeRange [gfxColorMaxComps] |
| GBool | ok |
|
||||||||||||||||
|
|
Definition at line 1706 of file GfxState.cc. References colorSpace, gfree(), and lookup. |
|
|
Definition at line 625 of file GfxState.h. References bits. Referenced by OutputDev::drawImage(). |
|
||||||||||||
|
Definition at line 1749 of file GfxState.cc. References GfxColor::c, colorSpace, colorSpace2, GfxColorSpace::getCMYK(), i, lookup, nComps, nComps2, and p. |
|
|
Definition at line 621 of file GfxState.h. References colorSpace. |
|
|
Definition at line 629 of file GfxState.h. References decodeLow, and decodeRange. |
|
|
Definition at line 628 of file GfxState.h. References decodeLow. |
|
||||||||||||
|
Definition at line 1711 of file GfxState.cc. References GfxColor::c, colorSpace, colorSpace2, GfxColorSpace::getGray(), i, lookup, nComps, nComps2, and p. |
|
|
Definition at line 624 of file GfxState.h. References nComps. Referenced by OutputDev::drawImage(), and QOutputDev::drawImage(). |
|
||||||||||||
|
Definition at line 1730 of file GfxState.cc. References GfxColor::c, colorSpace, colorSpace2, GfxColorSpace::getRGB(), i, lookup, nComps, nComps2, and p. |
|
|
Definition at line 618 of file GfxState.h. References ok. Referenced by Gfx::doImage(). |
|
|
Definition at line 639 of file GfxState.h. Referenced by getBits(), and GfxImageColorMap(). |
|
|
Definition at line 638 of file GfxState.h. Referenced by getCMYK(), getColorSpace(), getGray(), getRGB(), GfxImageColorMap(), and ~GfxImageColorMap(). |
|
|
Definition at line 641 of file GfxState.h. Referenced by getCMYK(), getGray(), getRGB(), and GfxImageColorMap(). |
|
|
Definition at line 645 of file GfxState.h. Referenced by getDecodeHigh(), getDecodeLow(), and GfxImageColorMap(). |
|
|
Definition at line 647 of file GfxState.h. Referenced by getDecodeHigh(), and GfxImageColorMap(). |
|
|
Definition at line 643 of file GfxState.h. Referenced by getCMYK(), getGray(), getRGB(), GfxImageColorMap(), and ~GfxImageColorMap(). |
|
|
Definition at line 640 of file GfxState.h. Referenced by getCMYK(), getGray(), getNumPixelComps(), getRGB(), and GfxImageColorMap(). |
|
|
Definition at line 642 of file GfxState.h. Referenced by getCMYK(), getGray(), getRGB(), and GfxImageColorMap(). |
|
|
Definition at line 648 of file GfxState.h. Referenced by GfxImageColorMap(), and isOk(). |
1.4.2