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