Home
last modified time | relevance | path

Searched refs:Keepaway (Results 1 – 24 of 24) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dset.c150 Settings.Keepaway = rst->Keepaway; in pcb_use_route_style()
162 Settings.Keepaway = Width; in SetKeepawayWidth()
411 PCB->RouteStyle[n].Keepaway = GetValue(keepaway, units, &absolute); in setup_route_style_action()
H A Dautoroute.c719 style->Keepaway); in AddPad()
784 Coord keep = style->Keepaway; in AddIrregularObstacle()
1000 rd->defaultstyle.Keepaway = Settings.Keepaway; in CreateRouteData()
1470 keepaway = MAX (AutoRouteParameters.style->Keepaway, rb->style->Keepaway); in bloat_routebox()
2460 if (rb->style->Keepaway > AutoRouteParameters.style->Keepaway) in blocker_to_heap()
2463 rb->style->Keepaway - AutoRouteParameters.style->Keepaway); in blocker_to_heap()
2755 if (rb->style->Keepaway > AutoRouteParameters.style->Keepaway) in __GatherBlockers()
2758 rb->style->Keepaway - AutoRouteParameters.style->Keepaway); in __GatherBlockers()
3423 rb->style->Keepaway); in RD_DrawLine()
4840 p->style->Keepaway); in RouteAll()
[all …]
H A Dinsert.c98 2 * Settings.Keepaway, Rat->Flags); in InsertPointIntoRat()
106 2 * Settings.Keepaway, Rat->Flags); in InsertPointIntoRat()
H A Dflags.c81 style->Keepaway == Settings.Keepaway) in FlagCurrentStyle()
H A Dglobal.h505 Coord Keepaway; /*!< Min. separation from other nets. */ member
764 Keepaway, /*!< Default keepaway value. */ member
H A Daction.c1039 Settings.ViaThickness, 2 * Settings.Keepaway, in NotifyMode()
1113 Keepaway, in NotifyMode()
1288 2 * Settings.Keepaway, in NotifyMode()
1321 2 * Settings.Keepaway, Settings.ViaMaskAperture, in NotifyMode()
1346 2 * Settings.Keepaway, in NotifyMode()
6526 SetKeepawayWidth (rts->Keepaway); in ActionRouteStyle()
6662 Settings.Keepaway = ((LineType *) ptr2)->Clearance / 2; in ActionSetSame()
6673 Settings.Keepaway = ((ArcType *) ptr2)->Clearance / 2; in ActionSetSame()
6689 Settings.Keepaway = ((PinType *) ptr2)->Clearance / 2; in ActionSetSame()
H A Dmisc.c1000 rs[i].Hole, rs[i].Keepaway, in make_route_string()
1005 rs[i].Hole, rs[i].Keepaway); in make_route_string()
1044 routeStyle->Keepaway = MIL_TO_COORD(10); in ParseRouteString()
1051 style_items[3] = &(routeStyle->Keepaway); in ParseRouteString()
H A Dmove.c519 Settings.LineThickness, 2 * Settings.Keepaway, in MoveRatToLayer()
553 Settings.ViaThickness, 2 * Settings.Keepaway, in moveline_callback()
H A Dbuffer.c1081 2 * Settings.Keepaway, in ConvertBufferToElement()
1082 t + Settings.Keepaway, in ConvertBufferToElement()
H A Dmain.c958 CSET (Keepaway, MIL_TO_COORD(10), "keepaway", "minimum distance between adjacent copper"),
H A Dfile.c399 SetKeepawayWidth (PCB->RouteStyle[0].Keepaway); in set_some_route_style()
H A Dcreate.c1105 2*Settings.Keepaway, Settings.ViaMaskAperture, in create_via_action()
H A Dcrosshair.c610 via.Clearance = 2 * Settings.Keepaway; in DrawAttached()
H A Dtoporouter.c331 if(!strcmp(style->Name, name)) return style->Keepaway; in lookup_keepaway()
335 return Settings.Keepaway ; in lookup_keepaway()
755 if(!box || !box->cluster) return Settings.Keepaway; in vertex_net_keepaway()
7836 Settings.ViaThickness, 2 * Settings.Keepaway, in escape()
7845 Settings.LineThickness, 2 * Settings.Keepaway, in escape()
/dports/cad/pcb/pcb-4.2.0/src/hid/lesstif/
H A Dstyles.c114 update_one_value (SSkeep, Settings.Keepaway); in update_values()
179 Settings.Keepaway = n; in style_value_cb()
258 PCB->RouteStyle[i].Keepaway = Settings.Keepaway; in style_set_cb()
277 SetKeepawayWidth (style->Keepaway); in style_selected()
H A Dmain.c2514 S.ViaThickness, S.Keepaway, S.ViaDrillingHole); in lesstif_update_status_line()
2519 S.LineThickness, S.Keepaway, s45); in lesstif_update_status_line()
2523 buf = pcb_g_strdup_printf ("%m+%.2mS %s", UUNIT, S.Keepaway, s45); in lesstif_update_status_line()
/dports/cad/pcb/pcb-4.2.0/src/hid/gtk/
H A Dghid-route-style-selector.c150 style->rst->Keepaway); in dialog_style_changed_cb()
283 rst->Keepaway = ghid_coord_entry_get_value in ghid_route_style_selector_edit_dialog()
616 Coord Diameter, Coord Keepaway, Coord ViaMask) in ghid_route_style_selector_sync() argument
629 style->rst->Keepaway == Keepaway && in ghid_route_style_selector_sync()
H A Dghid-route-style-selector.h38 Coord Diameter, Coord Keepaway, Coord ViaMask);
H A Dgui-misc.c429 Settings.Keepaway, in ghid_set_status_line_label()
H A Dgtkhid-main.c1202 Settings.ViaThickness, Settings.Keepaway, Settings.ViaMaskAperture); in RouteStylesChanged()
/dports/games/xonotic/Xonotic/source/qcsrc/common/
H A Dmapinfo.qh443 CLASS(Keepaway, Gametype)
444 INIT(Keepaway)
446 …this.gametype_init(this, _("Keepaway"),"ka","g_keepaway",false,"","timelimit=20 pointlimit=30",_("…
448 METHOD(Keepaway, m_isAlwaysSupported, bool(Gametype this, int spawnpoints, float diameter))
453 ATTRIB(Keepaway, m_modicons, void(vector pos, vector mySize), HUD_Mod_Keepaway);
455 ENDCLASS(Keepaway)
456 REGISTER_GAMETYPE(KEEPAWAY, NEW(Keepaway));
/dports/games/xonotic/Xonotic/source/qcsrc/client/hud/panel/
H A Dmodicons.qc406 // Keepaway HUD mod icon
H A Dscoreboard.qc317 …7 How often a flag (CTF) or a key (KeyHunt) or a ball (Keepaway) was picked up\n"…
334 LOG_INFO(_("^3bctime^7 Total amount of time holding the ball in Keepaway\n"));
/dports/cad/pcb/pcb-4.2.0/doc/
H A Dpcbfile.texi868 @item Keepaway