Home | History | Annotate | Download | only in tests

Lines Matching refs:tightBounds

967         SkIRect* tightBounds = r.nextBool() ? &tBounds : NULL;
973 tightBounds);
988 if (NULL != tightBounds) {
989 reducedStack.clipDevRect(*tightBounds, SkRegion::kIntersect_Op);
1030 SkIRect tightBounds;
1037 &tightBounds);
1125 SkIRect tightBounds;
1132 testCases[i].tighterBounds.isEmpty() ? NULL : &tightBounds);
1141 REPORTER_ASSERT(reporter, tightBounds == testCases[i].tighterBounds);
1142 SkASSERT(tightBounds == testCases[i].tighterBounds);
1157 SkIRect tightBounds;
1165 &tightBounds);