Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9189 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
b10322a034
commit
845220b817
@ -579,7 +579,7 @@ public:
|
||||
/** Returns true if the path specifies a pair of nested rectangles. If so, and if
|
||||
rect is not null, set rect[0] to the outer rectangle and rect[1] to the inner
|
||||
rectangle. If so, and dirs is not null, set dirs[0] to the direction of
|
||||
the outer rectangle and dirs[1] to the direction of the inner rectangle. If
|
||||
the outer rectangle and dirs[1] to the direction of the inner rectangle. If
|
||||
the path does not specify a pair of nested rectangles, return
|
||||
false and ignore rect and dirs.
|
||||
|
||||
|
@ -670,7 +670,7 @@ void GrAARectRenderer::strokeAARect(GrGpu* gpu,
|
||||
devOutside.outset(rx, ry);
|
||||
|
||||
if (spare <= 0) {
|
||||
this->fillAARect(gpu, target, devOutside, SkMatrix::I(),
|
||||
this->fillAARect(gpu, target, devOutside, SkMatrix::I(),
|
||||
devOutside, useVertexCoverage);
|
||||
return;
|
||||
}
|
||||
|
@ -278,7 +278,7 @@ int GrTextureStripAtlas::searchByKey(uint32_t key) {
|
||||
fKeyTable.count(),
|
||||
&target,
|
||||
sizeof(AtlasRow*));
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef SK_DEBUG
|
||||
void GrTextureStripAtlas::validate() {
|
||||
|
@ -1366,11 +1366,11 @@ static void test_isNestedRects(skiatest::Reporter* reporter) {
|
||||
f1, f2, f3, f4, f5, f6, f7, f8,
|
||||
c1, c2
|
||||
};
|
||||
SkPath::Direction dirs[] = {
|
||||
SkPath::kCW_Direction, SkPath::kCW_Direction, SkPath::kCW_Direction,
|
||||
SkPath::Direction dirs[] = {
|
||||
SkPath::kCW_Direction, SkPath::kCW_Direction, SkPath::kCW_Direction,
|
||||
SkPath::kCW_Direction, SkPath::kCCW_Direction, SkPath::kCCW_Direction,
|
||||
SkPath::kCCW_Direction, SkPath::kCCW_Direction, SkPath::kCCW_Direction,
|
||||
SkPath::kCCW_Direction, SkPath::kCW_Direction, SkPath::kCW_Direction,
|
||||
SkPath::kCCW_Direction, SkPath::kCCW_Direction, SkPath::kCCW_Direction,
|
||||
SkPath::kCCW_Direction, SkPath::kCW_Direction, SkPath::kCW_Direction,
|
||||
SkPath::kCCW_Direction, SkPath::kCW_Direction, SkPath::kUnknown_Direction,
|
||||
SkPath::kUnknown_Direction, SkPath::kUnknown_Direction, SkPath::kUnknown_Direction,
|
||||
SkPath::kUnknown_Direction, SkPath::kUnknown_Direction, SkPath::kUnknown_Direction,
|
||||
|
Loading…
Reference in New Issue
Block a user