Searched defs:directionY (Results 1 – 1 of 1) sorted by relevance
277 int directionY = (secondPoint.y - crossPoint.y) > 0 ? 1 : -1; in CalculateLineAndArc() local291 int directionY = (crossPoint.y - firstPoint.y) > 0 ? 1 : -1; in CalculateLineAndArc() local