Home
last modified time | relevance | path

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

/dports/graphics/libchamplain/libchamplain-0.12.20/champlain/
H A Dchamplain-view.c3460 gdouble zoom_actor_width, zoom_actor_height; in show_zoom_actor() local
3539 zoom_actor_width = clutter_actor_get_width (zoom_actor); in show_zoom_actor()
3542 …clutter_actor_set_pivot_point (zoom_actor, (x + deltax) / zoom_actor_width, (y + deltay) / zoom_ac… in show_zoom_actor()