Searched defs:row_count (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2013 int row_count = get_model()->children().size(); local 2074 const int outline_x = x + fheight * (row_count - row_index); 2128 draw_connection(cr, row, i, text_start_x, outline_x, con_poly[2].get_y(), row_count); 2159 draw_connection(cr, row, SP_ATTR_IN, text_start_x, outline_x, con_poly[2].get_y(), row_count); 2192 draw_connection(cr, row, SP_ATTR_IN2, text_start_x, outline_x, con_poly[2].get_y(), row_count); 2215 const int row_count) 2278 const int x2 = rct.get_x() + fheight * (row_count - row_index) - fheight / 2; 2212 draw_connection(const Cairo::RefPtr<Cairo::Context>& cr, const Gtk::TreeIter& input, const int attr, const int text_start_x, const int x1, const int y1, const int row_count) argument
|
Completed in 28 milliseconds