diff options
author | junov@google.com <junov@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-06-30 22:16:06 +0000 |
---|---|---|
committer | junov@google.com <junov@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-06-30 22:16:06 +0000 |
commit | 22c8bb8ebddcf695035b7f9c7f47405ae160b485 (patch) | |
tree | 7c31425a504294ec1e2a646f0ac3ae5789120772 /include/core | |
parent | 3582bf9e3d94feac5d4cc64fdb646dd68a3e4b18 (diff) |
Fixing several issues with rendering blurred bitmaps with Ganesh
BUG=http://code.google.com/p/skia/issues/detail?id=305
REVIEW=http://codereview.appspot.com/4630073/
git-svn-id: http://skia.googlecode.com/svn/trunk@1775 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkBitmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 58af571b95..469252aefe 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -464,7 +464,7 @@ public: */ inline SkPMColor getIndex8Color(int x, int y) const; - /** Set dst to be a setset of this bitmap. If possible, it will share the + /** Set dst to be a subset of this bitmap. If possible, it will share the pixel memory, and just point into a subset of it. However, if the config does not support this, a local copy will be made and associated with the dst bitmap. If the subset rectangle, intersected with the bitmap's |