Home | History | Annotate | Download | only in tests

Lines Matching refs:fBounds

16         : fBounds(bounds)
21 REPORTER_ASSERT(fReporter, x >= fBounds.fLeft && x < fBounds.fRight);
22 REPORTER_ASSERT(fReporter, y >= fBounds.fTop && y < fBounds.fBottom);
24 REPORTER_ASSERT(fReporter, right > fBounds.fLeft && right <= fBounds.fRight);
32 SkIRect fBounds;
51 mask.fBounds = b;
55 TestBlitter tb(mask.fBounds, reporter);