Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6413 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
9bee33afbe
commit
cec8de6821
@ -342,7 +342,7 @@ bool SkPath::conservativelyContainsRect(const SkRect& rect) const {
|
|||||||
if (kConvex_Convexity != this->getConvexity()) {
|
if (kConvex_Convexity != this->getConvexity()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Direction direction;
|
Direction direction;
|
||||||
if (!this->cheapComputeDirection(&direction)) {
|
if (!this->cheapComputeDirection(&direction)) {
|
||||||
return false;
|
return false;
|
||||||
|
@ -835,7 +835,7 @@ static void test_conservativelyContains(skiatest::Reporter* reporter) {
|
|||||||
|
|
||||||
// round-rect radii
|
// round-rect radii
|
||||||
static const SkScalar kRRRadii[] = {SkIntToScalar(5), SkIntToScalar(3)};
|
static const SkScalar kRRRadii[] = {SkIntToScalar(5), SkIntToScalar(3)};
|
||||||
|
|
||||||
static const struct {
|
static const struct {
|
||||||
SkRect fQueryRect;
|
SkRect fQueryRect;
|
||||||
bool fInRect;
|
bool fInRect;
|
||||||
|
Loading…
Reference in New Issue
Block a user