Lines Matching refs:Y

41     return hypot( maStart.X() - maEnd.X(), maStart.Y() - maEnd.Y() );  in GetLength()
54 rIntersection.Y() = FRound( fY ); in Intersection()
68 const double fAy = maEnd.Y() - maStart.Y(); in Intersection()
70 const double fBy = rLine.maStart.Y() - rLine.maEnd.Y(); in Intersection()
77 const double fCy = maStart.Y() - rLine.maStart.Y(); in Intersection()
108 rIntersectionY = ( maStart.Y() + fAlpha * fAy ); in Intersection()
184 const double fDistY = maStart.Y() - maEnd.Y(); in NearestPoint()
185 const double fTau = ( ( maStart.Y() - rPoint.Y() ) * fDistY - in NearestPoint()
194 aRetPt.Y() = FRound( maStart.Y() - fTau * fDistY ); in NearestPoint()
214 const double fDistY = maEnd.Y() - maStart.Y(); in GetDistance()
216 const double fACY = maStart.Y() - rPtY; in GetDistance()
223 fDist = hypot( maStart.X() - rPtX, maStart.Y() - rPtY ); in GetDistance()
232 fDist = hypot( maEnd.X() - rPtX, maEnd.Y() - rPtY ); in GetDistance()
239 fDist = hypot( maStart.X() - rPtX, maStart.Y() - rPtY ); in GetDistance()
256 const long nEndY = maEnd.Y(); in Enum()
259 nY = maStart.Y(); in Enum()
266 aEnum.Y() = nY++; in Enum()
275 aEnum.Y() = nY--; in Enum()
280 else if( maStart.Y() == maEnd.Y() ) in Enum()
285 nY = maStart.Y(); in Enum()
292 aEnum.Y() = nY; in Enum()
301 aEnum.Y() = nY; in Enum()
309 const long nDY = labs( maEnd.Y() - maStart.Y() ); in Enum()
311 const long nStartY = maStart.Y(); in Enum()
313 const long nEndY = maEnd.Y(); in Enum()
326 aEnum.Y() = nY; in Enum()
344 aEnum.Y() = nY; in Enum()
356 aEnum.Y() = nEndY; in Enum()