GfxPath 1304 lib/pdf/BitmapOutputDev.cc GfxPath * path = state->getPath();
GfxPath 1306 lib/pdf/GFXOutputDev.cc GfxPath * path = state->getPath();
GfxPath 1320 lib/pdf/GFXOutputDev.cc GfxPath * path = state->getPath();
GfxPath 1327 lib/pdf/GFXOutputDev.cc GfxPath * path = state->getPath();
GfxPath 2542 lib/pdf/GFXOutputDev.cc GfxPath * path = state->getPath();
GfxPath 2553 lib/pdf/GFXOutputDev.cc GfxPath * path = state->getPath();
GfxPath 2569 lib/pdf/GFXOutputDev.cc GfxPath * path = state->getPath();
GfxPath 221 lib/pdf/GFXOutputDev.h gfxline_t* gfxPath_to_gfxline(GfxState*state, GfxPath*path, int closed, int user_movex, int user_movey);
GfxPath 1610 lib/pdf/xpdf/Gfx.cc GfxPath *savedPath;
GfxPath 1789 lib/pdf/xpdf/Gfx.cc GfxPath *savedPath;
GfxPath 1911 lib/pdf/xpdf/Gfx.cc GfxPath *savedPath;
GfxPath 3523 lib/pdf/xpdf/GfxState.cc GfxPath::GfxPath() {
GfxPath 3531 lib/pdf/xpdf/GfxState.cc GfxPath::~GfxPath() {
GfxPath 3540 lib/pdf/xpdf/GfxState.cc GfxPath::GfxPath(GBool justMoved1, double firstX1, double firstY1,
GfxPath 3554 lib/pdf/xpdf/GfxState.cc void GfxPath::moveTo(double x, double y) {
GfxPath 3560 lib/pdf/xpdf/GfxState.cc void GfxPath::lineTo(double x, double y) {
GfxPath 3574 lib/pdf/xpdf/GfxState.cc void GfxPath::curveTo(double x1, double y1, double x2, double y2,
GfxPath 3589 lib/pdf/xpdf/GfxState.cc void GfxPath::close() {
GfxPath 3605 lib/pdf/xpdf/GfxState.cc void GfxPath::append(GfxPath *path) {
GfxPath 3619 lib/pdf/xpdf/GfxState.cc void GfxPath::offset(double dx, double dy) {
GfxPath 3717 lib/pdf/xpdf/GfxState.cc path = new GfxPath();
GfxPath 3987 lib/pdf/xpdf/GfxState.cc path = new GfxPath();
GfxPath 964 lib/pdf/xpdf/GfxState.h class GfxPath {
GfxPath 968 lib/pdf/xpdf/GfxState.h GfxPath();
GfxPath 971 lib/pdf/xpdf/GfxState.h ~GfxPath();
GfxPath 974 lib/pdf/xpdf/GfxState.h GfxPath *copy()
GfxPath 975 lib/pdf/xpdf/GfxState.h { return new GfxPath(justMoved, firstX, firstY, subpaths, n, size); }
GfxPath 1005 lib/pdf/xpdf/GfxState.h void append(GfxPath *path);
GfxPath 1018 lib/pdf/xpdf/GfxState.h GfxPath(GBool justMoved1, double firstX1, double firstY1,
GfxPath 1093 lib/pdf/xpdf/GfxState.h GfxPath *getPath() { return path; }
GfxPath 1094 lib/pdf/xpdf/GfxState.h void setPath(GfxPath *pathA);
GfxPath 1245 lib/pdf/xpdf/GfxState.h GfxPath *path; // array of path elements
GfxPath 201 lib/pdf/xpdf/SplashOutputDev.h SplashPath *convertPath(GfxState *state, GfxPath *path);
GfxPath 3910 lib/pdf/xpdf/TextOutputDev.cc GfxPath *path;
GfxPath 3935 lib/pdf/xpdf/TextOutputDev.cc GfxPath *path;