Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dchange.h94 bool ChangeObjectThermal (int, void *, void *, void *, int);
H A Daction.c1045 ChangeObjectThermal (VIA_TYPE, via, via, via, PCB->ThermStyle); in NotifyMode()
1200 ChangeObjectThermal (type, ptr1, ptr2, ptr3, tstyle); in NotifyMode()
1203 ChangeObjectThermal (type, ptr1, ptr2, ptr3, 0); in NotifyMode()
1205 ChangeObjectThermal (type, ptr1, ptr2, ptr3, PCB->ThermStyle); in NotifyMode()
2077 ChangeObjectThermal (type, ptr1, ptr2, ptr3, kind); in ActionSetThermal()
H A Dchange.c2145 ChangeObjectThermal (int Type, void *Ptr1, void *Ptr2, void *Ptr3, in ChangeObjectThermal() function