Home
last modified time | relevance | path

Searched refs:EDGE2FLAG (Results 1 – 5 of 5) sorted by relevance

/dports/cad/pcb/pcb-4.2.0/src/
H A Dconst.h267 #define EDGE2FLAG 0x4000 /*!< Padr.Point2 is closer to outside edge macro
H A Dmisc.c490 SET_FLAG (EDGE2FLAG, pad); in SetElementBoundingBox()
492 CLEAR_FLAG (EDGE2FLAG, pad); in SetElementBoundingBox()
498 SET_FLAG (EDGE2FLAG, pad); in SetElementBoundingBox()
500 CLEAR_FLAG (EDGE2FLAG, pad); in SetElementBoundingBox()
510 SET_FLAG (EDGE2FLAG, pin); in SetElementBoundingBox()
518 CLEAR_FLAG (EDGE2FLAG, pin); in SetElementBoundingBox()
H A Dstrflags.c109 { EDGE2FLAG, N ("edge2"), ALL_TYPES },
H A Ddraw.c161 vert = TEST_FLAG (EDGE2FLAG, pv); in _draw_pv_name()
1169 bool vert = TEST_FLAG (EDGE2FLAG, Ptr); in GatherPVName()
H A Drats.c149 if (TEST_FLAG (EDGE2FLAG, pad)) in FindPad()