aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sk_tool_utils.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-19 21:20:24 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-19 21:20:24 +0000
commite14792d99fc7a1a314ef5e2ca5b269239468355a (patch)
tree8415a8086f37d363ac8ebf4107c98258d2671420 /tools/sk_tool_utils.h
parentd8a57af725e8fa8905207df3cf7465be50598752 (diff)
hide Config8888 entirely
BUG=skia: R=bsalomon@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/203993002 git-svn-id: http://skia.googlecode.com/svn/trunk@13865 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/sk_tool_utils.h')
-rw-r--r--tools/sk_tool_utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/sk_tool_utils.h b/tools/sk_tool_utils.h
index ac1cdabf15..48fd716342 100644
--- a/tools/sk_tool_utils.h
+++ b/tools/sk_tool_utils.h
@@ -16,11 +16,6 @@ namespace sk_tool_utils {
const char* colortype_name(SkColorType);
/**
- * Return the colorType and alphaType that correspond to the specified Config8888
- */
- void config8888_to_imagetypes(SkCanvas::Config8888, SkColorType*, SkAlphaType*);
-
- /**
* Call canvas->writePixels() by using the pixels from bitmap, but with an info that claims
* the pixels are colorType + alphaType
*/