Searched refs:OutPt2 (Results 1 – 2 of 2) sorted by relevance
468 point_ptr<T> OutPt2 = outRec2->bottom_point; in get_lower_most_ring() local469 if (OutPt1->y > OutPt2->y) { in get_lower_most_ring()471 } else if (OutPt1->y < OutPt2->y) { in get_lower_most_ring()473 } else if (OutPt1->x < OutPt2->x) { in get_lower_most_ring()475 } else if (OutPt1->x > OutPt2->x) { in get_lower_most_ring()479 } else if (OutPt2->next == OutPt2) { in get_lower_most_ring()481 } else if (first_is_bottom_point(OutPt1, OutPt2)) { in get_lower_most_ring()
121 OutPt *OutPt2; member526 bool Poly2ContainsPoly1(OutPt *OutPt1, OutPt *OutPt2) in Poly2ContainsPoly1() argument532 int res = PointInPolygon(op->Pt, OutPt2); in Poly2ContainsPoly1()1946 j->OutPt2 = op2; in AddJoin()1972 j->OutPt2 = 0; in AddGhostJoin()2335 OutPt *OutPt2 = outRec2->BottomPt; in GetLowermostRec() local2336 if (OutPt1->Pt.Y > OutPt2->Pt.Y) return outRec1; in GetLowermostRec()2337 else if (OutPt1->Pt.Y < OutPt2->Pt.Y) return outRec2; in GetLowermostRec()2338 else if (OutPt1->Pt.X < OutPt2->Pt.X) return outRec1; in GetLowermostRec()2339 else if (OutPt1->Pt.X > OutPt2->Pt.X) return outRec2; in GetLowermostRec()[all …]