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


Public Member Functions | |
| GfxAxialShading (fouble x0A, fouble y0A, fouble x1A, fouble y1A, fouble t0A, fouble t1A, Function **funcsA, int nFuncsA, GBool extend0A, GBool extend1A) | |
| virtual | ~GfxAxialShading () |
| void | getCoords (fouble *x0A, fouble *y0A, fouble *x1A, fouble *y1A) |
| fouble | getDomain0 () |
| fouble | getDomain1 () |
| void | getColor (fouble t, GfxColor *color) |
| GBool | getExtend0 () |
| GBool | getExtend1 () |
Static Public Member Functions | |
| static GfxAxialShading * | parse (Dict *dict) |
Private Attributes | |
| fouble | x0 |
| fouble | y0 |
| fouble | x1 |
| fouble | y1 |
| fouble | t0 |
| fouble | t1 |
| Function * | funcs [gfxColorMaxComps] |
| int | nFuncs |
| GBool | extend0 |
| GBool | extend1 |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 1366 of file GfxState.cc. References extend0, extend1, funcs, i, nFuncs, t0, t1, x0, x1, y0, and y1. Referenced by parse(). |
|
|
Definition at line 1387 of file GfxState.cc. |
|
||||||||||||
|
Definition at line 1470 of file GfxState.cc. References GfxColor::c, funcs, i, nFuncs, and Function::transform(). |
|
||||||||||||||||||||
|
Definition at line 553 of file GfxState.h. |
|
|
Definition at line 555 of file GfxState.h. References t0. |
|
|
Definition at line 556 of file GfxState.h. References t1. |
|
|
Definition at line 558 of file GfxState.h. References extend0. |
|
|
Definition at line 559 of file GfxState.h. References extend1. |
|
|
Definition at line 1395 of file GfxState.cc. References Object::arrayGet(), Object::arrayGetLength(), error(), Object::free(), gFalse, GfxAxialShading(), gfxColorMaxComps, i, Object::isArray(), NULL, and Function::parse(). Referenced by GfxShading::parse(). |
|
|
Definition at line 567 of file GfxState.h. Referenced by getExtend0(), and GfxAxialShading(). |
|
|
Definition at line 567 of file GfxState.h. Referenced by getExtend1(), and GfxAxialShading(). |
|
|
Definition at line 565 of file GfxState.h. Referenced by getColor(), GfxAxialShading(), and ~GfxAxialShading(). |
|
|
Definition at line 566 of file GfxState.h. Referenced by getColor(), GfxAxialShading(), and ~GfxAxialShading(). |
|
|
Definition at line 564 of file GfxState.h. Referenced by getDomain0(), and GfxAxialShading(). |
|
|
Definition at line 564 of file GfxState.h. Referenced by getDomain1(), and GfxAxialShading(). |
|
|
Definition at line 563 of file GfxState.h. Referenced by getCoords(), and GfxAxialShading(). |
|
|
Definition at line 563 of file GfxState.h. Referenced by getCoords(), and GfxAxialShading(). |
|
|
Definition at line 563 of file GfxState.h. Referenced by getCoords(), and GfxAxialShading(). |
|
|
Definition at line 563 of file GfxState.h. Referenced by getCoords(), and GfxAxialShading(). |
1.4.2