Home
last modified time | relevance | path

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

/external/skia/tests/
DPathTest.cpp733 bool foundClose = false; in test_poly() local
758 REPORTER_ASSERT(reporter, !foundClose); in test_poly()
760 foundClose = true; in test_poly()
767 REPORTER_ASSERT(reporter, foundClose == expectClose); in test_poly()