Searched refs:twoDir (Results 1 – 2 of 2) sorted by relevance
21 for (int twoDir = SkPath::kCW_Direction; twoDir != SkPath::kCCW_Direction; in DEF_TEST() local22 ++twoDir) { in DEF_TEST()25 two.addRect(3, 3, 9, 9, (SkPath::Direction) twoDir); in DEF_TEST()
24 for (auto twoDir : dirs) { in DEF_TEST() local27 two.addRect(3, 3, 9, 9, twoDir); in DEF_TEST()