aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_tool_utils.h
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-02-15 10:20:04 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-22 20:55:05 +0000
commitc912d6133c66df7cde3d64adc76941856a12da64 (patch)
treed930e2c70814d21347d5069089fa6f18c25ddcb8 /tools/sk_tool_utils.h
parent0f66681ff1c7a2b22d89424ba69e3a5bb8c40b0b (diff)
Add color fonts.
BUG=skia:7624 Change-Id: Id2b7449048591892ff802484d5e3745a7e1402bb Reviewed-on: https://skia-review.googlesource.com/109521 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Mike Klein <mtklein@google.com> Reviewed-by: Herb Derby <herb@google.com>
Diffstat (limited to 'tools/sk_tool_utils.h')
-rw-r--r--tools/sk_tool_utils.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h
index 6c1adf8e26..30d195d479 100644
--- a/tools/sk_tool_utils.h
+++ b/tools/sk_tool_utils.h
@@ -9,26 +9,33 @@
#define sk_tool_utils_DEFINED
#include "SkColor.h"
+#include "SkData.h"
+#include "SkEncodedImageFormat.h"
+#include "SkFontStyle.h"
#include "SkImageEncoder.h"
#include "SkImageInfo.h"
#include "SkRandom.h"
+#include "SkRect.h"
#include "SkRefCnt.h"
+#include "SkScalar.h"
#include "SkStream.h"
+#include "SkTArray.h"
#include "SkTDArray.h"
-#include "SkTypeface.h"
+#include "SkTypes.h"
class SkBitmap;
class SkCanvas;
-class SkColorFilter;
+class SkFontStyle;
class SkImage;
class SkPaint;
class SkPath;
+class SkPixmap;
class SkRRect;
class SkShader;
class SkSurface;
class SkSurfaceProps;
-class SkTestFont;
class SkTextBlobBuilder;
+class SkTypeface;
namespace sk_tool_utils {