Home
last modified time | relevance | path

Searched refs:OffPt (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp122 IntPoint OffPt; member
1942 void Clipper::AddJoin(OutPt *op1, OutPt *op2, const IntPoint OffPt) in AddJoin() argument
1947 j->OffPt = OffPt; in AddJoin()
1968 void Clipper::AddGhostJoin(OutPt *op, const IntPoint OffPt) in AddGhostJoin() argument
1973 j->OffPt = OffPt; in AddGhostJoin()
2037 if (HorzSegmentsOverlap(jr->OutPt1->Pt.X, jr->OffPt.X, rb->Bot.X, rb->Top.X)) in InsertLocalMinimaIntoAEL()
2038 AddJoin(jr->OutPt1, Op1, jr->OffPt); in InsertLocalMinimaIntoAEL()
3463 bool isHorizontal = (j->OutPt1->Pt.Y == j->OffPt.Y); in JoinPoints()
3465 if (isHorizontal && (j->OffPt == j->OutPt1->Pt) && in JoinPoints()
3466 (j->OffPt == j->OutPt2->Pt)) in JoinPoints()
[all …]