Searched refs:con_poly (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 2091 std::vector<Gdk::Point> con_poly; local 2100 inside = do_connection_node(row, i, con_poly, mx, my); 2116 draw_connection_node(cr, con_poly, inside); 2122 con_drag_y = con_poly[2].get_y(); 2123 con_drag_x = con_poly[2].get_x(); 2128 draw_connection(cr, row, i, text_start_x, outline_x, con_poly[2].get_y(), row_count); 2134 inside = do_connection_node(row, 0, con_poly, mx, my); 2135 con_drag_y = con_poly[2].get_y(); 2136 con_drag_x = con_poly[2].get_x(); 2152 draw_connection_node(cr, con_poly, insid [all...] |
Completed in 20 milliseconds