Home
last modified time | relevance | path

Searched refs:AnchorDistFix (Results 1 – 3 of 3) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchart1.h68 double AnchorDistFix( double const d, double const AnchorPointMinDist, double const AnchorPointMaxD…
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp7487 d = AnchorDistFix( d, AnchorPointMinDist, g_nAWMax ); in OnFrameTimer1()
7508 d = AnchorDistFix( d, AnchorPointMinDist, g_nAWMax ); in OnFrameTimer1()
11732 double AnchorDistFix( double const d, double const AnchorPointMinDist, function
H A Dchcanv.cpp11323 d1 = AnchorDistFix( d1, AnchorPointMinDist, g_nAWMax ); in GetAnchorWatchRadiusPixels()