aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFUtils.h
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-05-06 10:56:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-06 10:56:04 -0700
commitbc4696b9176e05940a7c2d6778276cdbc55ccd61 (patch)
treef0c6e4ecd1bd4cf410adc7885d736c810d146521 /src/pdf/SkPDFUtils.h
parent06dad4b92f1fcb593bc686f9537d3e0d866b2241 (diff)
SkPDF: Move utility fns to SkPDFUtils
Diffstat (limited to 'src/pdf/SkPDFUtils.h')
-rw-r--r--src/pdf/SkPDFUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdf/SkPDFUtils.h b/src/pdf/SkPDFUtils.h
index b30821dcd9..38f300aacf 100644
--- a/src/pdf/SkPDFUtils.h
+++ b/src/pdf/SkPDFUtils.h
@@ -54,6 +54,8 @@ public:
static void DrawFormXObject(int objectIndex, SkWStream* content);
static void ApplyGraphicState(int objectIndex, SkWStream* content);
static void ApplyPattern(int objectIndex, SkWStream* content);
+ static void AppendScalar(SkScalar value, SkWStream* stream);
+ static SkString FormatString(const char* input, size_t len);
};
#endif