use SKIRect::centerX,Y
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 9 Nov 2012 21:59:52 +0000 (21:59 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 9 Nov 2012 21:59:52 +0000 (21:59 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@6374 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkMaskFilter.cpp

index 251001b..0eb3e6b 100644 (file)
@@ -67,8 +67,8 @@ static void dump(const SkMask& mask) {
 
 static void draw_nine_clipped(const SkMask& mask, const SkIRect& outerR,
                               const SkIRect& clipR, SkBlitter* blitter) {
-    int cx = mask.fBounds.left() + mask.fBounds.right() >> 1;
-    int cy = mask.fBounds.top() + mask.fBounds.bottom() >> 1;
+    int cx = mask.fBounds.centerX();
+    int cy = mask.fBounds.centerY();
     SkMask m;
     
     // top-left