Searched defs:directionX (Results 1 – 1 of 1) sorted by relevance
276 int directionX = (crossPoint.x - firstPoint.x) > 0 ? 1 : -1; in CalculateLineAndArc() local290 int directionX = (secondPoint.x - crossPoint.x) > 0 ? 1 : -1; in CalculateLineAndArc() local