Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dmirror.c71 line->Point1.X = SWAP_X (line->Point1.X); in MirrorElementCoordinates()
73 line->Point2.X = SWAP_X (line->Point2.X); in MirrorElementCoordinates()
80 pin->X = SWAP_X (pin->X); in MirrorElementCoordinates()
88 X1 = SWAP_X (pad->Point1.X); in MirrorElementCoordinates()
90 X2 = SWAP_X (pad->Point2.X); in MirrorElementCoordinates()
112 arc->X = SWAP_X (arc->X); in MirrorElementCoordinates()
120 text->X = SWAP_X (text->X); in MirrorElementCoordinates()
125 Element->MarkX = SWAP_X (Element->MarkX); in MirrorElementCoordinates()
H A Dbuffer.c1449 Buffer->X = SWAP_X (Buffer->X); in MirrorBuffer()
1453 via->X = SWAP_X (via->X); in MirrorBuffer()
1459 line->Point1.X = SWAP_X (line->Point1.X); in MirrorBuffer()
1461 line->Point2.X = SWAP_X (line->Point2.X); in MirrorBuffer()
1468 arc->X = SWAP_X (arc->X); in MirrorBuffer()
1481 point->X = SWAP_X (point->X); in MirrorBuffer()
1511 Buffer->X = SWAP_X (Buffer->X); in SwapBuffer()
1516 via->X = SWAP_X (via->X); in SwapBuffer()
1536 arc->X = SWAP_X (arc->X); in SwapBuffer()
1549 point->X = SWAP_X (point->X); in SwapBuffer()
[all …]
H A Dmacro.h50 #define SWAP_X(x) (SWAP_SIGN_X(x)) macro