Searched refs:nMoveVert (Results 1 – 1 of 1) sorted by relevance
90 int nMoveHorz, nMoveVert; in GetMiddle() local103 nMoveVert = aStartPoint.Y() - aEndPoint.Y(); in GetMiddle()104 if ( nMoveVert ) in GetMiddle()105 nMoveVert /= 2; in GetMiddle()106 aRetPoint.Move( nMoveHorz, nMoveVert ); in GetMiddle()
Completed in 13 milliseconds