SplashXPath 1152 lib/pdf/xpdf/Splash.cc SplashXPath *xPath;
SplashXPath 1162 lib/pdf/xpdf/Splash.cc xPath = new SplashXPath(path, state->matrix, state->flatness, gFalse);
SplashXPath 1491 lib/pdf/xpdf/Splash.cc SplashXPath *xPath;
SplashXPath 1499 lib/pdf/xpdf/Splash.cc xPath = new SplashXPath(path, state->matrix, state->flatness, gTrue);
SplashXPath 1565 lib/pdf/xpdf/Splash.cc SplashXPath *xPath;
SplashXPath 1574 lib/pdf/xpdf/Splash.cc xPath = new SplashXPath(path, state->matrix, state->flatness, gTrue);
SplashXPath 26 lib/pdf/xpdf/Splash.h class SplashXPath;
SplashXPath 272 lib/pdf/xpdf/Splash.h void dumpXPath(SplashXPath *path);
SplashXPath 75 lib/pdf/xpdf/SplashClip.cc paths = (SplashXPath **)gmallocn(size, sizeof(SplashXPath *));
SplashXPath 106 lib/pdf/xpdf/SplashClip.cc paths = (SplashXPath **)greallocn(paths, size, sizeof(SplashXPath *));
SplashXPath 194 lib/pdf/xpdf/SplashClip.cc SplashXPath *xPath;
SplashXPath 196 lib/pdf/xpdf/SplashClip.cc xPath = new SplashXPath(path, matrix, flatness, gTrue);
SplashXPath 20 lib/pdf/xpdf/SplashClip.h class SplashXPath;
SplashXPath 101 lib/pdf/xpdf/SplashClip.h SplashXPath **paths;
SplashXPath 117 lib/pdf/xpdf/SplashPath.h friend class SplashXPath;
SplashXPath 38 lib/pdf/xpdf/SplashXPath.cc inline void SplashXPath::transform(SplashCoord *matrix,
SplashXPath 52 lib/pdf/xpdf/SplashXPath.cc SplashXPath::SplashXPath() {
SplashXPath 57 lib/pdf/xpdf/SplashXPath.cc SplashXPath::SplashXPath(SplashPath *path, SplashCoord *matrix,
SplashXPath 210 lib/pdf/xpdf/SplashXPath.cc void SplashXPath::strokeAdjust(SplashXPathAdjust *adjust,
SplashXPath 235 lib/pdf/xpdf/SplashXPath.cc SplashXPath::SplashXPath(SplashXPath *xPath) {
SplashXPath 242 lib/pdf/xpdf/SplashXPath.cc SplashXPath::~SplashXPath() {
SplashXPath 247 lib/pdf/xpdf/SplashXPath.cc void SplashXPath::grow(int nSegs) {
SplashXPath 259 lib/pdf/xpdf/SplashXPath.cc void SplashXPath::addCurve(SplashCoord x0, SplashCoord y0,
SplashXPath 343 lib/pdf/xpdf/SplashXPath.cc void SplashXPath::addSegment(SplashCoord x0, SplashCoord y0,
SplashXPath 424 lib/pdf/xpdf/SplashXPath.cc void SplashXPath::aaScale() {
SplashXPath 436 lib/pdf/xpdf/SplashXPath.cc void SplashXPath::sort() {
SplashXPath 51 lib/pdf/xpdf/SplashXPath.h class SplashXPath {
SplashXPath 58 lib/pdf/xpdf/SplashXPath.h SplashXPath(SplashPath *path, SplashCoord *matrix,
SplashXPath 62 lib/pdf/xpdf/SplashXPath.h SplashXPath *copy() { return new SplashXPath(this); }
SplashXPath 64 lib/pdf/xpdf/SplashXPath.h ~SplashXPath();
SplashXPath 75 lib/pdf/xpdf/SplashXPath.h SplashXPath();
SplashXPath 76 lib/pdf/xpdf/SplashXPath.h SplashXPath(SplashXPath *xPath);
SplashXPath 18 lib/pdf/xpdf/SplashXPathScanner.h class SplashXPath;
SplashXPath 30 lib/pdf/xpdf/SplashXPathScanner.h SplashXPathScanner(SplashXPath *xPathA, GBool eoA);
SplashXPath 71 lib/pdf/xpdf/SplashXPathScanner.h SplashXPath *xPath;