Home
last modified time | relevance | path

Searched refs:g_from (Results 1 – 4 of 4) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Ddraw.c498 DrawHoles (bool draw_plated, bool draw_unplated, const BoxType *drawn_area, Cardinal g_from, Cardin… in DrawHoles() argument
500 hole_info hi = {-1, true, g_from, g_to}; in DrawHoles()
632 int g_from, g_to; in DrawEverything() local
704 for (g_from = 0; g_from < (max_group - 1); g_from++) in DrawEverything()
705 for (g_to = g_from+1 ; g_to < max_group; g_to++ ) in DrawEverything()
707 CountHolesEx (&plated, &unplated, drawn_area, g_from, g_to); in DrawEverything()
708 sprintf (s, "plated-drill_%02d-%02d", g_from+1, g_to+1); in DrawEverything()
711 DrawHoles (true, false, drawn_area, g_from, g_to); in DrawEverything()
715 sprintf (s, "unplated-drill_%02d-%02d", g_from+1, g_to+1); in DrawEverything()
718 DrawHoles (false, true, drawn_area, g_from, g_to); in DrawEverything()
H A Ddraw.h77 void DrawHoles (bool draw_plated, bool draw_unplated, const BoxType *drawn_area, Cardinal g_from, C…
/dports/biology/py-biopython/biopython-1.79/Bio/Graphics/
H A DKGML_vis.py399 def __draw_arrow(self, g_from, g_to): argument
406 bounds_from, bounds_to = g_from.bounds, g_to.bounds
/dports/databases/pgrouting/pgrouting-3.2.0/include/cpp_common/
H A Dpgr_base_graph.hpp772 V g_from(get_V(p_from)); in disconnect_edge() local
776 for (boost::tie(out, out_end) = out_edges(g_from, graph); in disconnect_edge()
787 boost::remove_edge(g_from, g_to, graph); in disconnect_edge()