Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp67 IntPoint Bot; member
545 return Int128Mul(e1.Top.Y - e1.Bot.Y, e2.Top.X - e2.Bot.X) == in SlopesEqual()
546 Int128Mul(e1.Top.X - e1.Bot.X, e2.Top.Y - e2.Bot.Y); in SlopesEqual()
549 return (e1.Top.Y - e1.Bot.Y) * (e2.Top.X - e2.Bot.X) == in SlopesEqual()
550 (e1.Top.X - e1.Bot.X) * (e2.Top.Y - e2.Bot.Y); in SlopesEqual()
593 cInt dy = (e.Top.Y - e.Bot.Y); in SetDx()
595 else e.Dx = (double)(e.Top.X - e.Bot.X) / dy; in SetDx()
618 edge.Top.X : edge.Bot.X + Round(edge.Dx *(currentY - edge.Bot.Y)); in TopX()
637 ip.X = Edge1.Bot.X; in IntersectPoint()
639 ip.Y = Edge2.Bot.Y; in IntersectPoint()
[all …]