Lines Matching defs:intersections
183 * for intersections between the line and the rectangle. Horizontal
454 int intersections; /* Number of edges in the polygon that
462 * bestDist and intersections.
464 * TRICKY POINT: when computing intersections, include left
467 * count it as two intersections.
471 intersections = 0;
509 intersections++;
516 intersections++;
556 intersections++;
572 * We've processed all of the points. If the number of intersections
576 if (intersections & 0x1) {