Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.cpp615 inline cInt TopX(TEdge &edge, const cInt currentY) in TopX() argument
617 return ( currentY == edge.Top.Y ) ? in TopX()
618 edge.Top.X : edge.Bot.X + Round(edge.Dx *(currentY - edge.Bot.Y)); in TopX()