Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A Dchcanv.h802 wxPoint m_roffset; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp10261 m_b_rot_hidef, &m_roffset ); in OnPaint()
10276 m_roffset.x += VPoint.rv_rect.x; in OnPaint()
10277 m_roffset.y += VPoint.rv_rect.y; in OnPaint()
10286 m_roffset = wxPoint( 0, 0 ); in OnPaint()
10290 m_roffset = wxPoint( 0, 0 ); in OnPaint()
10293 wxPoint offset = m_roffset; in OnPaint()