summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h b/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h
index f9c0cfcad6e..60d48527c29 100644
--- a/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h
+++ b/Build/source/libs/xpdf/xpdf-src/xpdf/GfxState.h
@@ -1076,6 +1076,10 @@ public:
double getLastX() { return subpaths[n-1]->getLastX(); }
double getLastY() { return subpaths[n-1]->getLastY(); }
+ // Get the current point
+ double getCurX();
+ double getCurY();
+
// Move the current point.
void moveTo(double x, double y);