Searched defs:tightBounds (Results 1 - 2 of 2) sorted by relevance

/external/skia/tests/
H A DPathOpsTightBoundsTest.cpp30 SkRect tightBounds; local
31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds);
80 SkRect tightBounds; local
81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds));
105 tightBounds.roundOut(&tightOut);
H A DClipStackTest.cpp967 SkIRect* tightBounds = r.nextBool() ? &tBounds : NULL; local
973 tightBounds);
988 if (tightBounds) {
989 reducedStack.clipDevRect(*tightBounds, SkRegion::kIntersect_Op);
1030 SkIRect tightBounds; local
1037 &tightBounds);
1125 SkIRect tightBounds; local
1132 testCases[i].tighterBounds.isEmpty() ? NULL : &tightBounds);
1141 REPORTER_ASSERT(reporter, tightBounds == testCases[i].tighterBounds);
1142 SkASSERT(tightBounds
1157 SkIRect tightBounds; local
[all...]

Completed in 102 milliseconds