Home | History | Annotate | Download | only in tests

Lines Matching full:100

35     SkRect rect = SkRect::MakeWH(100, 100);
48 mask.fBounds.setXYWH(0, 0, 100, 100);
49 mask.fRowBytes = 100;
61 REPORTER_ASSERT(reporter, mask.fBounds.top() == 0 && mask.fBounds.bottom() == 100);
74 SkRect rect = SkRect::MakeWH(100, 100);
86 mask.fBounds.setXYWH(0, 0, 100, 100);
87 mask.fRowBytes = 100;
99 REPORTER_ASSERT(reporter, mask.fBounds.top() == 0 && mask.fBounds.bottom() == 100);