Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dfind.h69 bool IsPadInPolygon (PadType *, PolygonType *);
H A Dfind.c1239 IsPadInPolygon (PadType *pad, PolygonType *polygon) in IsPadInPolygon() function
2490 if (IsPadInPolygon (i->pad, polygon) && in LOCtoPadPoly_callback()
2658 && IsPadInPolygon (pad, i->polygon)) in LOCtoPolyPad_callback()
/dports/cad/pcb/pcb-4.2.0/src/drc/
H A Ddrc.c481 return IsPadInPolygon(pad, poly); in obj_touches_poly()
/dports/cad/pcb/pcb-4.2.0/
H A DChangeLog496 Remove IsPadInPolygon test This test was added deliberately in commit bc48a574 to fix the DRC
24314 IsPadInPolygon