Searched refs:nMinimalDistance (Results 1 – 2 of 2) sorted by relevance
172 long nMinimalDistance = ::std::numeric_limits< long >::max(); in initImages() local190 if ( distance < nMinimalDistance ) in initImages()192 nMinimalDistance = distance; in initImages()
221 long nMinimalDistance = ::std::numeric_limits< long >::max(); in lcl_updateImageList_nothrow() local236 if ( distance < nMinimalDistance ) in lcl_updateImageList_nothrow()238 nMinimalDistance = distance; in lcl_updateImageList_nothrow()
Completed in 24 milliseconds