commit | a3b532743dbb1d54a4c17a2574083ef93c949d50 | [log] [tgz] |
---|---|---|
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Feb 15 03:02:15 2014 +0000 |
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sat Feb 15 03:02:15 2014 +0000 |
tree | 3f8077139b2963cfa9d79897956bea025e26d622 | |
parent | 6c89c34614573797ce63e429229b6f7848df0bb7 [diff] [blame] |
Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@13462 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrDistanceFieldTextContext.cpp b/src/gpu/GrDistanceFieldTextContext.cpp index 27323c4..c22807d 100755 --- a/src/gpu/GrDistanceFieldTextContext.cpp +++ b/src/gpu/GrDistanceFieldTextContext.cpp
@@ -266,7 +266,7 @@ sy += dy; width *= scale; height *= scale; - + GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX); GrFixed ty = SkIntToFixed(glyph->fAtlasLocation.fY); GrFixed tw = SkIntToFixed(glyph->fBounds.width());