Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsTightBoundsTest.cpp29 SkRect classicBounds = path.getBounds(); in testTightBoundsLines() local
32 REPORTER_ASSERT(data->fReporter, classicBounds == tightBounds); in testTightBoundsLines()
79 SkRect classicBounds = path.getBounds(); in testTightBoundsQuads() local
82 REPORTER_ASSERT(data->fReporter, classicBounds.contains(tightBounds)); in testTightBoundsQuads()