Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@7839 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2013-02-23 07:02:45 +00:00
Родитель 9f123162f7
Коммит 58433de862
5 изменённых файлов: 3 добавлений и 6 удалений

Просмотреть файл

@ -654,7 +654,7 @@ void CubicIntersection_SelfTest() {
const Cubic selfSet[] = {
{{3.34,8.98}, {1.95,10.27}, {3.76,7.65}, {4.96,10.64}},
{{3.13,2.74}, {1.08,4.62}, {3.71,0.94}, {2.01,3.81}},
{{6.71,3.14}, {7.99,2.75}, {8.27,1.96}, {6.35,3.57}},
{{6.71,3.14}, {7.99,2.75}, {8.27,1.96}, {6.35,3.57}},
{{12.81,7.27}, {7.22,6.98}, {12.49,8.97}, {11.42,6.18}},
};
size_t selfSetCount = sizeof(selfSet) / sizeof(selfSet[0]);

Просмотреть файл

@ -3696,7 +3696,7 @@ the same winding is shared by both.
#endif
return result;
}
void subDivide(int start, int end, SkPoint edge[4]) const {
edge[0] = fTs[start].fPt;
edge[fVerb] = fTs[end].fPt;
@ -4401,7 +4401,7 @@ public:
setBounds();
fContainsIntercepts = false;
}
bool containsCubics() const {
return fContainsCubics;
}

Просмотреть файл

@ -252,4 +252,3 @@ private:
DEF_GM( return new TilingGM; )
DEF_GM( return new Tiling2GM(make_bm, "bitmap"); )
DEF_GM( return new Tiling2GM(make_grad, "gradient"); )

Просмотреть файл

@ -70,4 +70,3 @@ private:
void removeRec(AshmemRec*);
};
#endif // SkAshmemImageCache_DEFINED

Просмотреть файл

@ -186,4 +186,3 @@ void SkLruImageCache::purgeTilAtOrBelow(size_t limit) {
}
}
}