Searched refs:aRectCenter (Results 1 – 1 of 1) sorted by relevance
1405 const Point aRectCenter( (i_rRect.Left() + i_rRect.Right())/2, in calcDistSquare() local1407 const long nDX = aRectCenter.X() - i_rPoint.X(); in calcDistSquare()1408 const long nDY = aRectCenter.Y() - i_rPoint.Y(); in calcDistSquare()
Completed in 23 milliseconds