HomeSort by relevance Sort by last modified time
    Searched refs:tightBounds (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
PathOpsTightBoundsTest.cpp 30 SkRect tightBounds;
31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds);
80 SkRect tightBounds;
81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds));
82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds));
105 tightBounds.roundOut(&tightOut);
ClipStackTest.cpp 967 SkIRect* tightBounds = r.nextBool() ? &tBounds : NULL;
973 tightBounds);
    [all...]

Completed in 169 milliseconds