summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page/cpdf_streamcontentparser.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-02-21 12:56:43 -0500
committerChromium commit bot <commit-bot@chromium.org>2017-02-21 19:46:30 +0000
commitb97f8d578f6a11962f36d522bd1dbf33064e7461 (patch)
tree0a527c7a5c973fd4402a757f78c73e1c3a4ab1ae /core/fpdfapi/page/cpdf_streamcontentparser.h
parent1f403cee9478021862c7cc4e516907bd51e8f0f6 (diff)
downloadpdfium-b97f8d578f6a11962f36d522bd1dbf33064e7461.tar.xz
Cleanup StreamContentParser transform methods
The ConvertTextSpace method was called once, and it was the only caller of ConvertUserSpace. Fold both methods back into the callsite and convert the use of TransformPoint to Transform. Change-Id: Ia09ec8846c28603df0616135ba1519dbbba219c3 Reviewed-on: https://pdfium-review.googlesource.com/2810 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'core/fpdfapi/page/cpdf_streamcontentparser.h')
-rw-r--r--core/fpdfapi/page/cpdf_streamcontentparser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fpdfapi/page/cpdf_streamcontentparser.h b/core/fpdfapi/page/cpdf_streamcontentparser.h
index ca7ea7c106..cd41990b0a 100644
--- a/core/fpdfapi/page/cpdf_streamcontentparser.h
+++ b/core/fpdfapi/page/cpdf_streamcontentparser.h
@@ -92,8 +92,6 @@ class CPDF_StreamContentParser {
FX_FLOAT* pKerning,
int count);
- void ConvertUserSpace(FX_FLOAT& x, FX_FLOAT& y);
- void ConvertTextSpace(FX_FLOAT& x, FX_FLOAT& y);
void OnChangeTextMatrix();
void ParsePathObject();
void AddPathPoint(FX_FLOAT x, FX_FLOAT y, FXPT_TYPE type, bool close);