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);
136 REPORTER_ASSERT(reporter, TightBounds(path, &tight))
    [all...]
  /external/skia/src/gpu/
GrReducedClip.cpp 72 SkRect tightBounds;
73 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds));
74 fIBounds = GrClip::GetPixelIBounds(tightBounds);
    [all...]

Completed in 205 milliseconds