Home
last modified time | relevance | path

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

/external/skia/tests/
DPathTest.cpp3436 SkRect reverseExpected = {4, 4, 8, 8}; in test_addPath() local
3437 REPORTER_ASSERT(reporter, p.getBounds() == reverseExpected); in test_addPath()
3858 SkRect reverseExpected = {-4, -4, 8, 8}; in TestPathTo() local
3859 REPORTER_ASSERT(reporter, p.getBounds() == reverseExpected); in TestPathTo()