Searched refs:is_clockwise (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkStrokerPriv.cpp46 static bool is_clockwise(const SkVector& before, const SkVector& after) { function
88 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) {
110 if (!is_clockwise(before, after)) {
154 ccw = !is_clockwise(before, after);
/external/skqp/src/core/
H A DSkStrokerPriv.cpp46 static bool is_clockwise(const SkVector& before, const SkVector& after) { function
88 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) {
110 if (!is_clockwise(before, after)) {
154 ccw = !is_clockwise(before, after);

Completed in 87 milliseconds