Home
last modified time | relevance | path

Searched refs:tightBounds (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DPathOpsTightBoundsTest.cpp30 SkRect tightBounds; in testTightBoundsLines() local
31 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsLines()
32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds); in testTightBoundsLines()
80 SkRect tightBounds; in testTightBoundsQuads() local
81 REPORTER_ASSERT(data->fReporter, TightBounds(path, &tightBounds)); in testTightBoundsQuads()
82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds)); in testTightBoundsQuads()
105 tightBounds.roundOut(&tightOut); in testTightBoundsQuads()
/external/skia/src/gpu/
DGrReducedClip.cpp72 SkRect tightBounds; in GrReducedClip() local
73 SkAssertResult(tightBounds.intersect(stackBounds, queryBounds)); in GrReducedClip()
74 fIBounds = GrClip::GetPixelIBounds(tightBounds); in GrReducedClip()