From 72b2e6fff3f54c6aa80a98eab4c73f02a8cd450d Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Thu, 8 Nov 2012 02:03:56 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6344 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkRect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/core/SkRect.h b/include/core/SkRect.h index f5e8c3cc3a..04096f302a 100644 --- a/include/core/SkRect.h +++ b/include/core/SkRect.h @@ -547,7 +547,7 @@ struct SK_API SkRect { fLeft = newX; fTop = newY; } - + /** Inset the rectangle by (dx,dy). If dx is positive, then the sides are moved inwards, making the rectangle narrower. If dx is negative, then the sides are moved outwards, making the rectangle wider. The same holds @@ -722,8 +722,8 @@ struct SK_API SkRect { dst->set(SkScalarCeilToInt(fLeft), SkScalarCeilToInt(fTop), SkScalarFloorToInt(fRight), SkScalarFloorToInt(fBottom)); } - - + + /** * Swap top/bottom or left/right if there are flipped (i.e. if width() * or height() would have returned a negative value.) This should be called -- cgit v1.2.3