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


Public Member Functions | |
| GfxCalGrayColorSpace () | |
| virtual | ~GfxCalGrayColorSpace () |
| 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 | getGamma () |
Static Public Member Functions | |
| static GfxColorSpace * | parse (Array *arr) |
Private Attributes | |
| fouble | whiteX |
| fouble | whiteY |
| fouble | whiteZ |
| fouble | blackX |
| fouble | blackY |
| fouble | blackZ |
| fouble | gamma |
|
|
Definition at line 132 of file GfxState.cc. References blackX, blackY, blackZ, gamma, whiteX, whiteY, and whiteZ. |
|
|
Definition at line 138 of file GfxState.cc. |
|
|
Implements GfxColorSpace. Definition at line 141 of file GfxState.cc. References blackX, blackY, blackZ, gamma, GfxCalGrayColorSpace(), whiteX, whiteY, and whiteZ. |
|
|
Definition at line 141 of file GfxState.h. References blackX. |
|
|
Definition at line 142 of file GfxState.h. References blackY. |
|
|
Definition at line 143 of file GfxState.h. References blackZ. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 208 of file GfxState.cc. References GfxColor::c, GfxCMYK::c, clip01(), GfxCMYK::k, GfxCMYK::m, and GfxCMYK::y. |
|
|
Definition at line 144 of file GfxState.h. References gamma. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 200 of file GfxState.cc. References clip01(). |
|
|
Implements GfxColorSpace. Definition at line 126 of file GfxState.h. References csCalGray. |
|
|
Implements GfxColorSpace. Definition at line 135 of file GfxState.h. |
|
||||||||||||
|
Implements GfxColorSpace. Definition at line 204 of file GfxState.cc. References GfxRGB::b, GfxColor::c, clip01(), GfxRGB::g, and GfxRGB::r. |
|
|
Definition at line 138 of file GfxState.h. References whiteX. |
|
|
Definition at line 139 of file GfxState.h. References whiteY. |
|
|
Definition at line 140 of file GfxState.h. References whiteZ. |
|
|
Definition at line 155 of file GfxState.cc. References Object::arrayGet(), Object::arrayGetLength(), blackX, blackY, blackZ, Object::dictLookup(), error(), Object::free(), gamma, Array::get(), Object::getNum(), GfxCalGrayColorSpace(), Object::isDict(), NULL, whiteX, whiteY, and whiteZ. Referenced by GfxColorSpace::parse(). |
|
|
Definition at line 149 of file GfxState.h. Referenced by copy(), getBlackX(), GfxCalGrayColorSpace(), and parse(). |
|
|
Definition at line 149 of file GfxState.h. Referenced by copy(), getBlackY(), GfxCalGrayColorSpace(), and parse(). |
|
|
Definition at line 149 of file GfxState.h. Referenced by copy(), getBlackZ(), GfxCalGrayColorSpace(), and parse(). |
|
|
Definition at line 150 of file GfxState.h. Referenced by copy(), getGamma(), GfxCalGrayColorSpace(), and parse(). |
|
|
Definition at line 148 of file GfxState.h. Referenced by copy(), getWhiteX(), GfxCalGrayColorSpace(), and parse(). |
|
|
Definition at line 148 of file GfxState.h. Referenced by copy(), getWhiteY(), GfxCalGrayColorSpace(), and parse(). |
|
|
Definition at line 148 of file GfxState.h. Referenced by copy(), getWhiteZ(), GfxCalGrayColorSpace(), and parse(). |
1.4.2