Searched defs:vis (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/widgets/
H A Ddesktop-widget.cpp1373 gboolean vis = gtk_widget_get_visible (GTK_WIDGET(this)); local
1374 (void)vis; // TODO figure out why it is here but not used.
/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp1909 Gdk::Rectangle vis; local
1911 get_visible_rect(vis);
1912 convert_tree_to_widget_coords(vis.get_x(), vis.get_y(), vis_x, vis_y);
2016 Gdk::Rectangle rct, vis; local
2021 get_visible_rect(vis);
2028 cr->rectangle(x, 0, get_input_type_width(), vis.get_height());
2049 cr->line_to(x, vis.get_height());
2438 Gdk::Rectangle vis; local
2439 get_visible_rect(vis);
[all...]

Completed in 28 milliseconds