Searched refs:vis_x (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp1910 int vis_x, vis_y; local
1912 convert_tree_to_widget_coords(vis.get_x(), vis.get_y(), vis_x, vis_y);
2440 int vis_x, vis_y; local
2445 convert_tree_to_widget_coords(vis.get_x(), vis.get_y(), vis_x, vis_y);
2447 const int right_edge = vis_x + vis.get_width();
2464 if(e2 < vis_x)
2465 _autoscroll_x = -(int)(speed + (vis_x - e2) / 5);
2466 else if(e2 < vis_x + limit)

Completed in 24 milliseconds