Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dconcanv.cpp744 int road_bot_width = 40; in OnPaint() local
746 road[0].x = xc1 - (int) ( road_bot_width * cos( ( 90 - angle ) * PI / 180. ) ); in OnPaint()
747 road[0].y = yc1 - (int) ( road_bot_width * sin( ( 90 - angle ) * PI / 180. ) ); in OnPaint()
755 road[3].x = xc1 + (int) ( road_bot_width * cos( ( 90 - angle ) * PI / 180. ) ); in OnPaint()
756 road[3].y = yc1 + (int) ( road_bot_width * sin( ( 90 - angle ) * PI / 180. ) ); in OnPaint()