Searched refs:cheapDirection (Results 1 – 1 of 1) sorted by relevance
2136 SkPathFirstDirection cheapDirection = SkPathPriv::ComputeFirstDirection(path); in test_isRect() local2137 REPORTER_ASSERT(reporter, cheapDirection != SkPathFirstDirection::kUnknown); in test_isRect()2141 REPORTER_ASSERT(reporter, SkPathPriv::AsFirstDirection(direction) == cheapDirection); in test_isRect()