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-28 20:14:44 +0000
commit97182cc8f611dd8c05dad6fe99d0e073af10ac2e (patch)
treef21e02e5121728998e6cd13fbb7440936ad22aeb /tools/sk_tool_utils.h
parenta11bfe5a21af7fe5e92b88b76f533c74684f97d3 (diff)
Add color fonts.
BUG=skia:7624 Change-Id: I68a6bb4c6fa541ffad565d970438d93ff1bd8ed6 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> Reviewed-on: https://skia-review.googlesource.com/116541 Reviewed-on: https://skia-review.googlesource.com/116984 Reviewed-by: Ben Wagner <bungeman@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 {