Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/templates/
H A Dtemplate_adjust.cpp124 QPointF display_pos_dest = widget->mapToViewport(point->dest_coords); in findHoverPoint() local
125 …ce_sq = (display_pos_dest.x() - mouse_pos.x())*(display_pos_dest.x() - mouse_pos.x()) + (display_p… in findHoverPoint()