HomeSort by relevance Sort by last modified time
    Searched defs:cCW (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyRectThreadedTest.cpp 15 // cw or ccw (1 bit)
31 SkPath::Direction cCW = state.fC >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
130 cCW);
133 " SkPath::kC%sW_Direction);\n", l, t, r, b, cCW ? "C" : "");
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyRect4x4_Test.cpp 16 // cw or ccw (1 bit)
30 SkPath::Direction cCW = state.c >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction;
122 path.addRect(l, t, r, b, cCW);
124 " SkPath::kC%sW_Direction);\n", l, t, r, b, cCW ? "C" : "");

Completed in 47 milliseconds