Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DRoute.cpp324 static void TestLongitude(double lon, double min, double max, bool &lonl, bool &lonr) in TestLongitude() function
401 TestLongitude(prp1->m_lon, bbox.GetMinLon(), bbox.GetMaxLon(), lon1l, lon1r); in DrawGLLines()
402 TestLongitude(prp2->m_lon, bbox.GetMinLon(), bbox.GetMaxLon(), lon2l, lon2r); in DrawGLLines()