aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_tool_utils.h
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2015-06-12 11:49:04 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-06-12 11:49:04 -0700
commitd85093c28fe360650c46971b00a39c6dbf991a6b (patch)
tree5055cc609122b43052adc27adb2ee10305c2e9d0 /tools/sk_tool_utils.h
parent1866b571f18f1ac326e2e8765d79511ecf58164d (diff)
make emptypath portable; add 565 color utility
R=djsollen@google.com Review URL: https://codereview.chromium.org/1182833004
Diffstat (limited to 'tools/sk_tool_utils.h')
-rw-r--r--tools/sk_tool_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h
index 484a81008c..4d4a5b4fcd 100644
--- a/tools/sk_tool_utils.h
+++ b/tools/sk_tool_utils.h
@@ -24,6 +24,7 @@ class SkTextBlobBuilder;
namespace sk_tool_utils {
const char* colortype_name(SkColorType);
+ void color_to_565(SkColor* color);
/**
* Sets the paint to use a platform-independent text renderer if FLAGS_portableFonts is set.