aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-07 07:02:19 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-07 07:02:19 +0000
commit2614418aee9f12e07a4483e32f72ee5393ed12ba (patch)
tree9502feac8a40f06327fb538c08670703367817e3 /src/gpu
parent3f4b72eb41d2cec38908fd1d24ff4d9e8e86edfc (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@12161 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/GrAARectRenderer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpu/GrAARectRenderer.cpp b/src/gpu/GrAARectRenderer.cpp
index 6b0a998bf0..aa599ca832 100644
--- a/src/gpu/GrAARectRenderer.cpp
+++ b/src/gpu/GrAARectRenderer.cpp
@@ -368,7 +368,7 @@ static const uint16_t gMiterStrokeAARectIdx[] = {
* Following comes a bevel-stroke rect and its indices:
*
* 4 7
- * *********************************
+ * *********************************
* * ______________________________ *
* * / 12 15 \ *
* * / \ *
@@ -381,10 +381,10 @@ static const uint16_t gMiterStrokeAARectIdx[] = {
* * | | **************** | | *
* * | |____________________| | *
* 1 * |9 17 18 10| * 2
- * * \ / *
+ * * \ / *
* * \13 __________________________14/ *
* * *
- * **********************************
+ * **********************************
* 5 6
*/
static const uint16_t gBevelStrokeAARectIdx[] = {
@@ -782,7 +782,7 @@ void GrAARectRenderer::strokeAARect(GrGpu* gpu,
// For bevel-stroke, use 2 SkRect instances(devOutside and devOutsideAssist)
// to draw the outer of the rect. Because there are 8 vertices on the outer
- // edge, while vertex number of inner edge is 4, the same as miter-stroke.
+ // edge, while vertex number of inner edge is 4, the same as miter-stroke.
if (!miterStroke) {
devOutside.inset(0, ry);
devOutsideAssist.outset(0, ry);