Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp4433 int ccx, ccy, ccsx, ccsy, consx, consy; in PositionConsole() local
4439 consoleHost->GetSize( &ccsx, &ccsy ); in PositionConsole()
4443 GetPrimaryCanvas()->GetSize( &ccsx, &ccsy ); in PositionConsole()
4455 wxPoint screen_pos = ClientToScreen( wxPoint( ccx + ccsx - consx - 2, ccy + yOffset ) ); in PositionConsole()