Home | History | Annotate | Download | only in tests

Lines Matching refs:tighterBounds

1079             SkIRect tighterBounds; // If this is empty, the query will not pass tighter bounds
1132 testCases[i].tighterBounds.isEmpty() ? NULL : &tightBounds);
1140 if (!testCases[i].tighterBounds.isEmpty()) {
1141 REPORTER_ASSERT(reporter, tightBounds == testCases[i].tighterBounds);
1142 SkASSERT(tightBounds == testCases[i].tighterBounds);