Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsSimplifyRectThreadedTest.cpp29 SkPath::Direction bCW = state.fB >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in testSimplify4x4RectsMain() local
99 bCW); in testSimplify4x4RectsMain()
102 " SkPath::kC%sW_Direction);\n", l, t, r, b, bCW ? "C" : ""); in testSimplify4x4RectsMain()