Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/include/
H A DRoutePoint.h213 wxBitmap m_ScaledBMP; variable
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DRoutePoint.cpp580 m_ScaledBMP = wxBitmap(scaled_image.Scale(new_width, new_height, wxIMAGE_QUALITY_HIGH)); in Draw()
584 if( m_ScaledBMP.IsOk() ) in Draw()
585 pbm = &m_ScaledBMP; in Draw()