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

Public Member Functions | |
| GfxPath () | |
| ~GfxPath () | |
| GfxPath * | copy () |
| GBool | isCurPt () |
| GBool | isPath () |
| int | getNumSubpaths () |
| GfxSubpath * | getSubpath (int i) |
| fouble | getLastX () |
| fouble | getLastY () |
| void | moveTo (fouble x, fouble y) |
| void | lineTo (fouble x, fouble y) |
| void | curveTo (fouble x1, fouble y1, fouble x2, fouble y2, fouble x3, fouble y3) |
| void | close () |
Private Member Functions | |
| GfxPath (GBool justMoved1, fouble firstX1, fouble firstY1, GfxSubpath **subpaths1, int n1, int size1) | |
Private Attributes | |
| GBool | justMoved |
| fouble | firstX |
| fouble | firstY |
| GfxSubpath ** | subpaths |
| int | n |
| int | size |
|
|
Definition at line 1842 of file GfxState.cc. References firstX, firstY, gFalse, gmalloc(), justMoved, n, size, and subpaths. Referenced by copy(). |
|
|
Definition at line 1850 of file GfxState.cc. |
|
||||||||||||||||||||||||||||
|
Definition at line 1859 of file GfxState.cc. References GfxSubpath::copy(), firstX, firstY, gmalloc(), i, justMoved, n, size, and subpaths. |
|
|
Definition at line 1908 of file GfxState.cc. References GfxSubpath::close(), firstX, firstY, gFalse, grealloc(), justMoved, n, size, and subpaths. Referenced by GfxState::closePath(). |
|
|
Definition at line 710 of file GfxState.h. References firstX, firstY, GfxPath(), justMoved, n, size, and subpaths. |
|
||||||||||||||||||||||||||||
|
Definition at line 1893 of file GfxState.cc. References GfxSubpath::curveTo(), firstX, firstY, gFalse, grealloc(), justMoved, n, size, and subpaths. Referenced by GfxState::curveTo(). |
|
|
Definition at line 724 of file GfxState.h. References GfxSubpath::getLastX(), n, and subpaths. Referenced by GfxState::closePath(). |
|
|
Definition at line 725 of file GfxState.h. References GfxSubpath::getLastY(), n, and subpaths. Referenced by GfxState::closePath(). |
|
|
Definition at line 720 of file GfxState.h. References n. |
|
|
Definition at line 721 of file GfxState.h. References subpaths. Referenced by GfxState::clip(). |
|
|
Definition at line 714 of file GfxState.h. Referenced by GfxState::isCurPt(). |
|
|
Definition at line 717 of file GfxState.h. References n. Referenced by GfxState::isPath(). |
|
||||||||||||
|
Definition at line 1879 of file GfxState.cc. References firstX, firstY, gFalse, grealloc(), justMoved, GfxSubpath::lineTo(), n, size, and subpaths. Referenced by GfxState::lineTo(). |
|
||||||||||||
|
Definition at line 1873 of file GfxState.cc. References firstX, firstY, gTrue, and justMoved. Referenced by GfxState::moveTo(). |
|
|
Definition at line 743 of file GfxState.h. Referenced by close(), copy(), curveTo(), GfxPath(), lineTo(), and moveTo(). |
|
|
Definition at line 743 of file GfxState.h. Referenced by close(), copy(), curveTo(), GfxPath(), lineTo(), and moveTo(). |
|
|
Definition at line 742 of file GfxState.h. Referenced by close(), copy(), curveTo(), GfxPath(), isCurPt(), lineTo(), and moveTo(). |
|
|
Definition at line 745 of file GfxState.h. Referenced by close(), copy(), curveTo(), getLastX(), getLastY(), getNumSubpaths(), GfxPath(), isCurPt(), isPath(), lineTo(), and ~GfxPath(). |
|
|
Definition at line 746 of file GfxState.h. Referenced by close(), copy(), curveTo(), GfxPath(), and lineTo(). |
|
|
Definition at line 744 of file GfxState.h. Referenced by close(), copy(), curveTo(), getLastX(), getLastY(), getSubpath(), GfxPath(), lineTo(), and ~GfxPath(). |
1.4.2