#include <GfxState.h>
Public Methods | |
| GfxPath () | |
| ~GfxPath () | |
| GfxPath * | copy () |
| GBool | isCurPt () |
| GBool | isPath () |
| int | getNumSubpaths () |
| GfxSubpath * | getSubpath (int i) |
| double | getLastX () |
| double | getLastY () |
| void | moveTo (double x, double y) |
| void | lineTo (double x, double y) |
| void | curveTo (double x1, double y1, double x2, double y2, double x3, double y3) |
| void | close () |
| void | append (GfxPath *path) |
| void | offset (double dx, double dy) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.2.18