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

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.h232 const Gtk::TreeIter find_result(const Gtk::TreeIter& start, const int attr, int& src_id);
H A Dfilter-effects-dialog.cpp2234 int src_id = 0; local
2235 Gtk::TreeIter res = find_result(input, attr, src_id);
2245 gint end_x = text_start_x + tw * src_id + (int)(tw * 0.5f) + 1;
2337 const int attr, int& src_id)
2381 src_id = -(image + 2);
2336 find_result(const Gtk::TreeIter& start, const int attr, int& src_id) argument

Completed in 24 milliseconds