diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-23 07:06:17 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-23 07:06:17 +0000 |
commit | 98ded84b80918ac1e40224c125922941f3b2eb03 (patch) | |
tree | de0f13a4308ae5f0b76b8911818d14f5a0322c9b /src/core | |
parent | c9dc537293b9a8916c371551fa19004b2433c46e (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7332 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkBitmapProcState.cpp | 2 | ||||
-rw-r--r-- | src/core/SkXfermode.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkBitmapProcState.cpp b/src/core/SkBitmapProcState.cpp index 4d66860c8d..92e55e876a 100644 --- a/src/core/SkBitmapProcState.cpp +++ b/src/core/SkBitmapProcState.cpp @@ -456,7 +456,7 @@ static void S32_D32_constX_shaderproc(const SkBitmapProcState& s, SkIntToScalar(y) + SK_ScalarHalf, &pt); // When the matrix has a scale component the setup code in - // chooseProcs multiples the inverse matrix by the inverse of the + // chooseProcs multiples the inverse matrix by the inverse of the // bitmap's width and height. Since this method is going to do // its own tiling and sampling we need to undo that here. if (SkShader::kClamp_TileMode != s.fTileModeX || diff --git a/src/core/SkXfermode.cpp b/src/core/SkXfermode.cpp index 8c62bb7ad4..a248cda134 100644 --- a/src/core/SkXfermode.cpp +++ b/src/core/SkXfermode.cpp @@ -779,7 +779,7 @@ void SkProcCoeffXfermode::toString(SkString* str) const { str->append(gModeStrings[fMode]); static const char* gCoeffStrings[kCoeffCount] = { - "Zero", "One", "SC", "ISC", "DC", "IDC", "SA", "ISA", "DA", "IDA" + "Zero", "One", "SC", "ISC", "DC", "IDC", "SA", "ISA", "DA", "IDA" }; str->append(" src: "); |