Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13061 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/SkGatherPixelRefsAndRects.h b/src/utils/SkGatherPixelRefsAndRects.h
index 57ffecd..795378f 100644
--- a/src/utils/SkGatherPixelRefsAndRects.h
+++ b/src/utils/SkGatherPixelRefsAndRects.h
@@ -23,7 +23,7 @@
public:
SK_DECLARE_INST_COUNT(SkGatherPixelRefsAndRectsDevice)
- SkGatherPixelRefsAndRectsDevice(int width, int height,
+ SkGatherPixelRefsAndRectsDevice(int width, int height,
SkPictureUtils::SkPixelRefContainer* prCont) {
fSize.set(width, height);
fPRCont = prCont;
@@ -118,7 +118,7 @@
SkRect pathBounds = path.getBounds();
if (NULL != prePathMatrix) {
prePathMatrix->mapRect(&pathBounds);
- }
+ }
this->drawRect(draw, pathBounds, paint);
}
@@ -127,7 +127,7 @@
SkMatrix totMatrix;
totMatrix.setConcat(*draw.fMatrix, matrix);
- SkRect bitmapRect = SkRect::MakeWH(SkIntToScalar(bitmap.width()),
+ SkRect bitmapRect = SkRect::MakeWH(SkIntToScalar(bitmap.width()),
SkIntToScalar(bitmap.height()));
SkRect mappedRect;
totMatrix.mapRect(&mappedRect, bitmapRect);
@@ -144,7 +144,7 @@
SkMatrix matrix;
matrix.setTranslate(SkIntToScalar(x), SkIntToScalar(y));
- SkRect bitmapRect = SkRect::MakeWH(SkIntToScalar(bitmap.width()),
+ SkRect bitmapRect = SkRect::MakeWH(SkIntToScalar(bitmap.width()),
SkIntToScalar(bitmap.height()));
SkRect mappedRect;
matrix.mapRect(&mappedRect, bitmapRect);
@@ -159,7 +159,7 @@
const SkRect* srcOrNull, const SkRect& dst,
const SkPaint& paint,
SkCanvas::DrawBitmapRectFlags flags) SK_OVERRIDE {
- SkRect bitmapRect = SkRect::MakeWH(SkIntToScalar(bitmap.width()),
+ SkRect bitmapRect = SkRect::MakeWH(SkIntToScalar(bitmap.width()),
SkIntToScalar(bitmap.height()));
SkMatrix matrix;
matrix.setRectToRect(bitmapRect, dst, SkMatrix::kFill_ScaleToFit);
@@ -281,7 +281,7 @@
const SkColor colors[], SkXfermode* xmode,
const uint16_t indices[], int indexCount,
const SkPaint& paint) SK_OVERRIDE {
- this->drawPoints(draw, SkCanvas::kPolygon_PointMode, vertexCount, verts, paint);
+ this->drawPoints(draw, SkCanvas::kPolygon_PointMode, vertexCount, verts, paint);
}
virtual void drawDevice(const SkDraw&, SkBaseDevice*, int x, int y,
const SkPaint&) SK_OVERRIDE {
@@ -347,4 +347,3 @@
};
#endif // SkGatherPixelRefsAndRects_DEFINED
-