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


Public Member Functions | |
| GfxCalRGBColorSpace () | |
| virtual | ~GfxCalRGBColorSpace () |
| 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 () |
| fouble | getWhiteX () |
| fouble | getWhiteY () |
| fouble | getWhiteZ () |
| fouble | getBlackX () |
| fouble | getBlackY () |
| fouble | getBlackZ () |
| fouble | getGammaR () |
| fouble | getGammaG () |
| fouble | getGammaB () |
| fouble * | getMatrix () |
Static Public Member Functions | |
| static GfxColorSpace * | parse (Array *arr) |
Private Attributes | |
| fouble | whiteX |
| fouble | whiteY |
| fouble | whiteZ |
| fouble | blackX |
| fouble | blackY |
| fouble | blackZ |
| fouble | gammaR |
| fouble | gammaG |
| fouble | gammaB |
| fouble | mat [9] |
|
|
Definition at line 262 of file GfxState.cc. References blackX, blackY, blackZ, gammaB, gammaG, gammaR, mat, whiteX, whiteY, and whiteZ. |
|
|
Definition at line 271 of file GfxState.cc. |
|
|
Implements GfxColorSpace. Definition at line 274 of file GfxState.cc. References blackX, blackY, blackZ, gammaB, gammaG, gammaR, GfxCalRGBColorSpace(), i, mat, whiteX, whiteY, and whiteZ. |
|
|
Definition at line 199 of file GfxState.h. References blackX. |
|
|
Definition at line 200 of file GfxState.h. References blackY. |
|
|
Definition at line 201 of file GfxState.h. References blackZ. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 370 of file GfxState.cc. References GfxCMYK::c, GfxColor::c, clip01(), GfxCMYK::k, GfxCMYK::m, GfxCMYK::y, and Opie::MM::y. |
|
|
Definition at line 204 of file GfxState.h. References gammaB. |
|
|
Definition at line 203 of file GfxState.h. References gammaG. |
|
|
Definition at line 202 of file GfxState.h. References gammaR. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 358 of file GfxState.cc. References clip01(). |
|
|
Definition at line 205 of file GfxState.h. References mat. |
|
|
Implements GfxColorSpace. Definition at line 184 of file GfxState.h. References csCalRGB. |
|
|
Implements GfxColorSpace. Definition at line 193 of file GfxState.h. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 364 of file GfxState.cc. References GfxRGB::b, GfxColor::c, clip01(), GfxRGB::g, and GfxRGB::r. |
|
|
Definition at line 196 of file GfxState.h. References whiteX. |
|
|
Definition at line 197 of file GfxState.h. References whiteY. |
|
|
Definition at line 198 of file GfxState.h. References whiteZ. |
|
|
Definition at line 294 of file GfxState.cc. References Object::arrayGet(), Object::arrayGetLength(), blackX, blackY, blackZ, Object::dictLookup(), error(), Object::free(), gammaB, gammaG, gammaR, Object::getNum(), GfxCalRGBColorSpace(), i, Object::isDict(), mat, NULL, whiteX, whiteY, and whiteZ. Referenced by GfxColorSpace::parse(). |
|
|
Definition at line 210 of file GfxState.h. Referenced by copy(), getBlackX(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 210 of file GfxState.h. Referenced by copy(), getBlackY(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 210 of file GfxState.h. Referenced by copy(), getBlackZ(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 211 of file GfxState.h. Referenced by copy(), getGammaB(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 211 of file GfxState.h. Referenced by copy(), getGammaG(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 211 of file GfxState.h. Referenced by copy(), getGammaR(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 212 of file GfxState.h. Referenced by copy(), getMatrix(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 209 of file GfxState.h. Referenced by copy(), getWhiteX(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 209 of file GfxState.h. Referenced by copy(), getWhiteY(), GfxCalRGBColorSpace(), and parse(). |
|
|
Definition at line 209 of file GfxState.h. Referenced by copy(), getWhiteZ(), GfxCalRGBColorSpace(), and parse(). |
1.4.2