aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-10 07:00:58 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-10 07:00:58 +0000
commit9e1ec1a52985cce9db3a0d0e8d448b82a32e70cb (patch)
tree16d6e8cde90b0e4086bd61d9b79111a3740ec77e /include/core
parentead3b83645722f9102b97f54c54a4a691d67ed72 (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9948 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkBitmap.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index d7f43274c6..d5277c6c80 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -538,7 +538,7 @@ public:
by calling copyTo().
*/
bool canCopyTo(Config newConfig) const;
-
+
/**
* DEPRECATED -- will be replaced with API on SkPaint
*/
@@ -702,17 +702,17 @@ private:
int extractMipLevel(SkBitmap* dst, SkFixed sx, SkFixed sy);
bool hasMipMap() const;
void freeMipMap();
-
+
/** Make a scaled copy of this bitmap into the provided destination.
* The caller is responsible for having set the width and height of the
- * provided destination bitmap, and also having allocated its pixel
+ * provided destination bitmap, and also having allocated its pixel
* memory.
- *
- * This function is temporary and for testing purposes only; it will
- * likely move once it has been properly plumbed into the bitmap
+ *
+ * This function is temporary and for testing purposes only; it will
+ * likely move once it has been properly plumbed into the bitmap
* shader infrastructure.
*/
-
+
void scale(SkBitmap *dst) const;
friend struct SkBitmapProcState;