Searched refs:nCurrentDist (Results 1 – 1 of 1) sorted by relevance
3460 … const sal_uInt64 nCurrentDist = aDiff.X() * aDiff.X() + aDiff.Y() * aDiff.Y(); // opt: no sqrt in GetFrmOfModify() local3461 if ( !pMinFrm || nCurrentDist < nMinDist ) in GetFrmOfModify()3464 nMinDist = nCurrentDist; in GetFrmOfModify()
Completed in 37 milliseconds