Searched refs: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);
/external/skia/src/gpu/
H A DGrReducedClip.cpp72 SkRect tightBounds; local
73 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds));
74 fIBounds = GrClip::GetPixelIBounds(tightBounds);

Completed in 88 milliseconds