aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/picture_utils.h
diff options
context:
space:
mode:
authorGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-21 19:05:08 +0000
committerGravatar keyar@chromium.org <keyar@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-21 19:05:08 +0000
commit9299eded3838a7997235ff033aa3b9a8d4c6d4d4 (patch)
tree2905d615f99521ececd9b97a7887f04eac962599 /tools/picture_utils.h
parentdb9a5fb55f77935774f21e07a04b6d1350ca54cc (diff)
Images are written by PictureRenderer and not render_pictures_main.
Review URL: https://codereview.appspot.com/6448174 git-svn-id: http://skia.googlecode.com/svn/trunk@5216 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/picture_utils.h')
-rw-r--r--tools/picture_utils.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/picture_utils.h b/tools/picture_utils.h
index c0c5d8f069..18352f2bdf 100644
--- a/tools/picture_utils.h
+++ b/tools/picture_utils.h
@@ -15,6 +15,14 @@ class SkString;
class SkPicture;
namespace sk_tools {
+ // since PNG insists on unpremultiplying our alpha, we take no precision
+ // chances and force all pixels to be 100% opaque, otherwise on compare we
+ // may not get a perfect match.
+ //
+ // This expects a bitmap with a config type of 8888 and for the pixels to
+ // not be on the GPU.
+ void force_all_opaque(const SkBitmap& bitmap);
+
// Creates a posix style filepath by concatenating name onto dir with a
// forward slash into path.
void make_filepath(SkString* path, const SkString&, const SkString& name);
@@ -22,7 +30,7 @@ namespace sk_tools {
// Returns the last part of the path (file name or leaf directory name)
//
// This basically just looks for a foward slash or backslash (windows
- // only)
+ // only).
void get_basename(SkString* basename, const SkString& path);
// Returns true if the string ends with %