SplashPathPoint    45 lib/pdf/xpdf/SplashPath.cc   pts = (SplashPathPoint *)gmallocn(size, sizeof(SplashPathPoint));
SplashPathPoint    47 lib/pdf/xpdf/SplashPath.cc   memcpy(pts, path->pts, length * sizeof(SplashPathPoint));
SplashPathPoint    74 lib/pdf/xpdf/SplashPath.cc     pts = (SplashPathPoint *)greallocn(pts, size, sizeof(SplashPathPoint));
SplashPathPoint   109 lib/pdf/xpdf/SplashPath.h   SplashPathPoint *pts;		// array of points