Home
last modified time | relevance | path

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

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DRoutePoint.cpp544 wxRect hilitebox; in Draw() local
608 hilitebox = r1; in Draw()
609 hilitebox.x -= r.x; in Draw()
610 hilitebox.y -= r.y; in Draw()
631 …AlphaBlending( dc, r.x + hilitebox.x, r.y + hilitebox.y, hilitebox.width, hilitebox.height, radius, in Draw()
732 wxRect hilitebox; in DrawGL() local
775 hilitebox = r3; in DrawGL()
776 hilitebox.x -= r.x; in DrawGL()
799 canvas->GetCanvasPixPoint(r.x+hilitebox.x, r.y+hilitebox.y+hilitebox.height, lat1, lon1); in DrawGL()
800 canvas->GetCanvasPixPoint(r.x+hilitebox.x+hilitebox.width, r.y+hilitebox.y, lat2, lon2); in DrawGL()
[all …]
H A DTrack.cpp188 wxRect hilitebox; in Draw() local
200 hilitebox = r1; in Draw()
201 hilitebox.x -= r.x; in Draw()
202 hilitebox.y -= r.y; in Draw()
204 hilitebox.Inflate( 4 ); in Draw()
211 …AlphaBlending( dc, r.x + hilitebox.x, r.y + hilitebox.y, hilitebox.width, hilitebox.height, radius, in Draw()