diff options
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-05-29 21:30:42 +0000 |
---|---|---|
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-05-29 21:30:42 +0000 |
commit | 89bb83abb420c126b02fcdd4047fd6574e9b73fc (patch) | |
tree | cdb5857cc3d00785942be77f16a95e580b3373ad /include | |
parent | 25fc5b9f0a1b9aee9d141cba027aa5a14a0df762 (diff) |
fix trailing-ws
initialize fFlags in bitmapprocshader
git-svn-id: http://skia.googlecode.com/svn/trunk@191 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkBitmap.h | 2 | ||||
-rw-r--r-- | include/core/SkShape.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 83baa0114f..4c204120dc 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -379,7 +379,7 @@ public: @return true if the copy could be made. */ bool copyTo(SkBitmap* dst, Config c, Allocator* allocator = NULL) const; - + /** Returns true if this bitmap can be deep copied into the requested config by calling copyTo(). */ diff --git a/include/core/SkShape.h b/include/core/SkShape.h index 8978afa08d..abe4e268af 100644 --- a/include/core/SkShape.h +++ b/include/core/SkShape.h @@ -17,7 +17,7 @@ public: shape's matrix (if any). */ void drawXY(SkCanvas*, SkScalar dx, SkScalar dy); - + /** Draw the shape with the specified matrix, applied before the shape's matrix (if any). */ |