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


Public Member Functions | |
| GfxRadialShading (fouble x0A, fouble y0A, fouble r0A, fouble x1A, fouble y1A, fouble r1A, fouble t0A, fouble t1A, Function **funcsA, int nFuncsA, GBool extend0A, GBool extend1A) | |
| virtual | ~GfxRadialShading () |
| void | getCoords (fouble *x0A, fouble *y0A, fouble *r0A, fouble *x1A, fouble *y1A, fouble *r1A) |
| fouble | getDomain0 () |
| fouble | getDomain1 () |
| void | getColor (fouble t, GfxColor *color) |
| GBool | getExtend0 () |
| GBool | getExtend1 () |
Static Public Member Functions | |
| static GfxRadialShading * | parse (Dict *dict) |
Private Attributes | |
| fouble | x0 |
| fouble | y0 |
| fouble | r0 |
| fouble | x1 |
| fouble | y1 |
| fouble | r1 |
| fouble | t0 |
| fouble | t1 |
| Function * | funcs [gfxColorMaxComps] |
| int | nFuncs |
| GBool | extend0 |
| GBool | extend1 |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 1482 of file GfxState.cc. References extend0, extend1, funcs, i, nFuncs, r0, r1, t0, t1, x0, x1, y0, and y1. Referenced by parse(). |
|
|
Definition at line 1505 of file GfxState.cc. |
|
||||||||||||
|
Definition at line 1592 of file GfxState.cc. References GfxColor::c, funcs, i, nFuncs, and Function::transform(). |
|
||||||||||||||||||||||||||||
|
Definition at line 586 of file GfxState.h. |
|
|
Definition at line 589 of file GfxState.h. References t0. |
|
|
Definition at line 590 of file GfxState.h. References t1. |
|
|
Definition at line 592 of file GfxState.h. References extend0. |
|
|
Definition at line 593 of file GfxState.h. References extend1. |
|
|
Definition at line 1513 of file GfxState.cc. References Object::arrayGet(), Object::arrayGetLength(), error(), Object::free(), gFalse, gfxColorMaxComps, GfxRadialShading(), i, Object::isArray(), NULL, and Function::parse(). Referenced by GfxShading::parse(). |
|
|
Definition at line 601 of file GfxState.h. Referenced by getExtend0(), and GfxRadialShading(). |
|
|
Definition at line 601 of file GfxState.h. Referenced by getExtend1(), and GfxRadialShading(). |
|
|
Definition at line 599 of file GfxState.h. Referenced by getColor(), GfxRadialShading(), and ~GfxRadialShading(). |
|
|
Definition at line 600 of file GfxState.h. Referenced by getColor(), GfxRadialShading(), and ~GfxRadialShading(). |
|
|
Definition at line 597 of file GfxState.h. Referenced by getCoords(), and GfxRadialShading(). |
|
|
Definition at line 597 of file GfxState.h. Referenced by getCoords(), and GfxRadialShading(). |
|
|
Definition at line 598 of file GfxState.h. Referenced by getDomain0(), and GfxRadialShading(). |
|
|
Definition at line 598 of file GfxState.h. Referenced by getDomain1(), and GfxRadialShading(). |
|
|
Definition at line 597 of file GfxState.h. Referenced by getCoords(), and GfxRadialShading(). |
|
|
Definition at line 597 of file GfxState.h. Referenced by getCoords(), and GfxRadialShading(). |
|
|
Definition at line 597 of file GfxState.h. Referenced by getCoords(), and GfxRadialShading(). |
|
|
Definition at line 597 of file GfxState.h. Referenced by getCoords(), and GfxRadialShading(). |
1.4.2