Home
last modified time | relevance | path

Searched refs:SplitAdjacentSegments (Results 1 – 6 of 6) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_line_placer.h198 bool SplitAdjacentSegments( NODE* aNode, ITEM* aSeg, const VECTOR2I& aP );
H A Dpns_line_placer.cpp845 bool LINE_PLACER::SplitAdjacentSegments( NODE* aNode, ITEM* aSeg, const VECTOR2I& aP ) in SplitAdjacentSegments() function in PNS::LINE_PLACER
938 SplitAdjacentSegments( rootNode, m_startItem, m_currentStart ); in initPlacement()
987 SplitAdjacentSegments( m_lastNode, aEndItem, current.CPoint( -1 ) ); in Move()
H A Dpns_router.cpp536 if ( placer.SplitAdjacentSegments( node, aItem, aP ) ) in BreakSegment()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_line_placer.h204 bool SplitAdjacentSegments( NODE* aNode, ITEM* aSeg, const VECTOR2I& aP );
H A Dpns_line_placer.cpp1044 bool LINE_PLACER::SplitAdjacentSegments( NODE* aNode, ITEM* aSeg, const VECTOR2I& aP ) in SplitAdjacentSegments() function in PNS::LINE_PLACER
1190 SplitAdjacentSegments( rootNode, m_startItem, m_currentStart ); in initPlacement()
1240 SplitAdjacentSegments( m_lastNode, aEndItem, current.CPoint( -1 ) ); in Move()
H A Dpns_router.cpp860 if( placer.SplitAdjacentSegments( node, aItem, aP ) ) in BreakSegment()