Searched defs:vis_y (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);
1913 set_size_request(width, _input_type_height + 2 + 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);
2446 const int top = vis_y + vis.get_height();
2451 if(e->y < vis_y)
2452 _autoscroll_y = -(int)(speed + (vis_y - e->y) / 5);
2453 else if(e->y < vis_y + limit)

Completed in 28 milliseconds