Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9135 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
ba46534869
commit
eafdf126d4
@ -53,7 +53,7 @@ protected:
|
||||
canvas->restore();
|
||||
|
||||
canvas->save();
|
||||
canvas->translate(160.0f + i*0.125f,
|
||||
canvas->translate(160.0f + i*0.125f,
|
||||
i*40.0f + i*0.125f);
|
||||
DrawSquares(canvas, white);
|
||||
|
||||
|
@ -681,8 +681,8 @@ static void setStrokeRectStrip(GrPoint verts[10], GrRect rect,
|
||||
}
|
||||
|
||||
static bool isIRect(const GrRect& r) {
|
||||
return SkScalarIsInt(r.fLeft) && SkScalarIsInt(r.fTop) &&
|
||||
SkScalarIsInt(r.fRight) && SkScalarIsInt(r.fBottom);
|
||||
return SkScalarIsInt(r.fLeft) && SkScalarIsInt(r.fTop) &&
|
||||
SkScalarIsInt(r.fRight) && SkScalarIsInt(r.fBottom);
|
||||
}
|
||||
|
||||
static bool apply_aa_to_rect(GrDrawTarget* target,
|
||||
|
Loading…
Reference in New Issue
Block a user