Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Ds57chart.cpp2034 double easting_lr, northing_lr; in DoRenderViewOnDC() local
2066 northing_lr = northing_ul - ( VPoint.pix_height / m_view_scale_ppm ); in DoRenderViewOnDC()
2084 rlr.y = (int) round((prev_northing_ul - northing_lr) * m_view_scale_ppm); in DoRenderViewOnDC()