Searched refs:text_start_x (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.h | 235 const Gtk::TreeIter&, const int attr, const int text_start_x,
|
H A D | filter-effects-dialog.cpp | 2018 int text_start_x = 0; local 2022 text_start_x = rct.get_x() + rct.get_width() - get_input_type_width() * FPInputConverter._length + 1; 2026 const int x = text_start_x + get_input_type_width() * i; 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); 2214 const int text_start_x, const int x1, const int y1, 2245 gint end_x = text_start_x + tw * src_id + (int)(tw * 0.5f) + 1; 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 25 milliseconds