Home
last modified time | relevance | path

Searched refs:VIA_SHADOW (Results 1 – 2 of 2) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dtoporouter.h123 VIA_SHADOW, enumerator
H A Dautoroute.c236 { PAD, PIN, VIA, VIA_SHADOW, LINE, OTHER, EXPANSION_AREA, PLANE, THERMAL } enumerator
466 (rb->type == VIA || rb->type == VIA_SHADOW || rb->type == LINE in __routebox_is_good()
3168 if (rbox->type != PIN && rbox->type != VIA && rbox->type != VIA_SHADOW) in ftherm_rect_in_reg()
3199 case VIA_SHADOW: in ftherm_rect_in_reg()
3311 rb->type = VIA_SHADOW; in RD_DrawVia()
4831 if (AutoRouteParameters.use_vias && p->type != VIA_SHADOW in RouteAll()
5151 else if (p->type == VIA || p->type == VIA_SHADOW) in IronDownAllUnfixedPaths()
5154 (p->type == VIA_SHADOW) ? p->parent.via_shadow : p; in IronDownAllUnfixedPaths()
5181 if (p->type == VIA_SHADOW) in IronDownAllUnfixedPaths()