Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchcanv.cpp10227 wxMemoryDC *pChartDC = &temp_dc; in OnPaint() local
10283 pChartDC = &rotd_dc; in OnPaint()
10285 pChartDC = &temp_dc; in OnPaint()
10289 pChartDC = &temp_dc; in OnPaint()
10311 mscratch_dc.Blit( rect.x, rect.y, rect.width, rect.height, pChartDC, rect.x - offset.x, in OnPaint()