Home
last modified time | relevance | path

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

/external/skqp/tests/
DPathOpsInverseTest.cpp21 for (int twoDir = SkPath::kCW_Direction; twoDir != SkPath::kCCW_Direction; in DEF_TEST() local
22 ++twoDir) { in DEF_TEST()
25 two.addRect(3, 3, 9, 9, (SkPath::Direction) twoDir); in DEF_TEST()
/external/skia/tests/
DPathOpsInverseTest.cpp24 for (auto twoDir : dirs) { in DEF_TEST() local
27 two.addRect(3, 3, 9, 9, twoDir); in DEF_TEST()