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

  /external/skia/src/core/
SkStrokerPriv.cpp 56 static bool is_clockwise(const SkVector& before, const SkVector& after) function
101 if (!is_clockwise(beforeUnitNormal, afterUnitNormal))
125 if (!is_clockwise(before, after))
171 ccw = !is_clockwise(before, after);
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 14 static bool is_clockwise(const SkVector& before, const SkVector& after) { function
161 bool ccw = !is_clockwise(v0, v1);

Completed in 42 milliseconds