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

Public Member Functions | |
| GfxSubpath (fouble x1, fouble y1) | |
| ~GfxSubpath () | |
| GfxSubpath * | copy () |
| int | getNumPoints () |
| fouble | getX (int i) |
| fouble | getY (int i) |
| GBool | getCurve (int i) |
| fouble | getLastX () |
| fouble | getLastY () |
| void | lineTo (fouble x1, fouble y1) |
| void | curveTo (fouble x1, fouble y1, fouble x2, fouble y2, fouble x3, fouble y3) |
| void | close () |
| GBool | isClosed () |
Private Member Functions | |
| GfxSubpath (GfxSubpath *subpath) | |
Private Attributes | |
| fouble * | x |
| fouble * | y |
| GBool * | curve |
| int | n |
| int | size |
| GBool | closed |
|
||||||||||||
|
Definition at line 1772 of file GfxState.cc. References closed, curve, gFalse, gmalloc(), n, size, x, and y. Referenced by copy(). |
|
|
Definition at line 1784 of file GfxState.cc. |
|
|
Definition at line 1791 of file GfxState.cc. |
|
|
Definition at line 1835 of file GfxState.cc. References closed, gTrue, lineTo(), n, x, and y. Referenced by GfxPath::close(). |
|
|
Definition at line 665 of file GfxState.h. References GfxSubpath(). Referenced by GfxPath::GfxPath(). |
|
||||||||||||||||||||||||||||
|
Definition at line 1816 of file GfxState.cc. References curve, gFalse, grealloc(), gTrue, n, size, x, and y. Referenced by GfxPath::curveTo(). |
|
|
Definition at line 671 of file GfxState.h. References curve. |
|
|
Definition at line 674 of file GfxState.h. Referenced by GfxPath::getLastX(). |
|
|
Definition at line 675 of file GfxState.h. Referenced by GfxPath::getLastY(). |
|
|
Definition at line 668 of file GfxState.h. References n. |
|
|
Definition at line 669 of file GfxState.h. References x. Referenced by GfxState::clip(). |
|
|
Definition at line 670 of file GfxState.h. References y. Referenced by GfxState::clip(). |
|
|
Definition at line 686 of file GfxState.h. References closed. |
|
||||||||||||
|
Definition at line 1803 of file GfxState.cc. References curve, gFalse, grealloc(), n, size, x, and y. Referenced by close(), and GfxPath::lineTo(). |
|
|
Definition at line 695 of file GfxState.h. Referenced by close(), GfxSubpath(), and isClosed(). |
|
|
Definition at line 691 of file GfxState.h. Referenced by curveTo(), getCurve(), GfxSubpath(), lineTo(), and ~GfxSubpath(). |
|
|
Definition at line 693 of file GfxState.h. Referenced by close(), curveTo(), getLastX(), getLastY(), getNumPoints(), GfxSubpath(), and lineTo(). |
|
|
Definition at line 694 of file GfxState.h. Referenced by curveTo(), GfxSubpath(), and lineTo(). |
|
|
Definition at line 690 of file GfxState.h. Referenced by close(), curveTo(), getLastX(), getX(), GfxSubpath(), lineTo(), and ~GfxSubpath(). |
|
|
Definition at line 690 of file GfxState.h. Referenced by close(), curveTo(), getLastY(), getY(), GfxSubpath(), lineTo(), and ~GfxSubpath(). |
1.4.2