Home
last modified time | relevance | path

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

/external/skia/tests/
DPathTest.cpp3320 SkRect reverseExpected = {4, 4, 8, 8}; in test_addPath() local
3321 REPORTER_ASSERT(reporter, p.getBounds() == reverseExpected); in test_addPath()
3637 SkRect reverseExpected = {-4, -4, 8, 8}; in TestPathTo() local
3638 REPORTER_ASSERT(reporter, p.getBounds() == reverseExpected); in TestPathTo()