Home
last modified time | relevance | path

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

/third_party/skia/tests/
DPathTest.cpp2136 SkPathFirstDirection cheapDirection = SkPathPriv::ComputeFirstDirection(path); in test_isRect() local
2137 REPORTER_ASSERT(reporter, cheapDirection != SkPathFirstDirection::kUnknown); in test_isRect()
2141 REPORTER_ASSERT(reporter, SkPathPriv::AsFirstDirection(direction) == cheapDirection); in test_isRect()