Searched refs:isClockwise (Results 1 – 4 of 4) sorted by relevance
437 const bool isClockwise = matrix.getSkewX() < 0; in transform() local440 xScale = matrix.getSkewY() * (isClockwise ? 1 : -1); in transform()441 yScale = matrix.getSkewX() * (isClockwise ? -1 : 1); in transform()443 const int dir = isClockwise ? 3 : 1; in transform()
28 static bool isClockwise(const SkPoint& a, const SkPoint& b) { return a.cross(b) > 0; } in isClockwise() function226 if (!isClockwise(before, after)) { in join()
26 inline bool isClockwise(const SkPoint& a, const SkPoint& b) { return a.cross(b) > 0; } in isClockwise() function795 outerJoin = isClockwise(before, after); in join()799 outerJoin = !isClockwise(before, after); in join()
481 const bool isClockwise = matrix.getSkewX() < 0; in transform() local484 xScale = matrix.getSkewY() * (isClockwise ? 1 : -1); in transform()485 yScale = matrix.getSkewX() * (isClockwise ? -1 : 1); in transform()487 const int dir = isClockwise ? 3 : 1; in transform()