Searched refs:outline_x (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2074 const int outline_x = x + fheight * (row_count - row_index); local 2084 cr->line_to(outline_x, y + h); 2086 cr->line_to(outline_x, y - 1); 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);
|
Completed in 65 milliseconds