diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-24 07:01:12 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-24 07:01:12 +0000 |
commit | 7f1af501f206da48a7ff791af53432c9c1c89d08 (patch) | |
tree | c9e509777ae10df81df94787f2347ed3cbe8e75e /include | |
parent | a7aa810894ae85306541ed949848a4dd7f907a0b (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@10299 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkImage.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h index 85875d566f..c85a2bfc6d 100644 --- a/include/core/SkImage.h +++ b/include/core/SkImage.h @@ -84,14 +84,14 @@ public: void draw(SkCanvas*, SkScalar x, SkScalar y, const SkPaint*); /** - * Draw the image, cropped to the src rect, to the dst rect of a canvas. - * If src is larger than the bounds of the image, the rest of the image is - * filled with transparent black pixels. + * Draw the image, cropped to the src rect, to the dst rect of a canvas. + * If src is larger than the bounds of the image, the rest of the image is + * filled with transparent black pixels. * * See SkCanvas::drawBitmapRectToRect for similar behavior. */ void draw(SkCanvas*, const SkRect* src, const SkRect& dst, const SkPaint*); - + /** * Encode the image's pixels and return the result as a new SkData, which * the caller must manage (i.e. call unref() when they are done). |