HomeSort by relevance Sort by last modified time
    Searched refs:tightBounds (Results 1 - 4 of 4) 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/skqp/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 81 SkRect tightBounds;
82 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds));
83 fScissor = GrClip::GetPixelIBounds(tightBounds);
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.cpp 81 SkRect tightBounds;
82 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds));
83 fScissor = GrClip::GetPixelIBounds(tightBounds);
    [all...]

Completed in 542 milliseconds