Home
last modified time | relevance | path

Searched refs:ChangeSelected2ndSize (Results 1 – 3 of 3) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dchange.h74 bool ChangeSelected2ndSize (int, Coord, bool);
H A Daction.c4195 if (ChangeSelected2ndSize (VIA_TYPE, value, absolute)) in ActionChange2ndSize()
4200 if (ChangeSelected2ndSize (PIN_TYPE, value, absolute)) in ActionChange2ndSize()
4205 if (ChangeSelected2ndSize (PIN_TYPES, value, absolute)) in ActionChange2ndSize()
H A Dchange.c1839 ChangeSelected2ndSize (int types, Coord Difference, bool fixIt) in ChangeSelected2ndSize() function