Searched refs:computedDirs (Results 1 - 1 of 1) sorted by relevance

/external/skia/tests/
H A DPathTest.cpp2068 SkPath::Direction computedDirs[2]; local
2079 REPORTER_ASSERT(reporter, path.isNestedFillRects(computed, computedDirs));
2082 REPORTER_ASSERT(reporter, expectedDirs[0] == SkPathPriv::AsFirstDirection(computedDirs[0]));
2083 REPORTER_ASSERT(reporter, expectedDirs[1] == SkPathPriv::AsFirstDirection(computedDirs[1]));

Completed in 106 milliseconds