Home
last modified time | relevance | path

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

/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/router/router/
H A Dpns_shove.h119 SHOVE_STATUS onReverseCollidingVia( LINE& aCurrent, VIA* aObstacleVia );
H A Dpns_shove.cpp772 SHOVE::SHOVE_STATUS SHOVE::onReverseCollidingVia( LINE& aCurrent, VIA* aObstacleVia ) in onReverseCollidingVia() function in PNS::SHOVE
975 st = onReverseCollidingVia( currentLine, revVia ); in shoveIteration()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_shove.h137 SHOVE_STATUS onReverseCollidingVia( LINE& aCurrent, VIA* aObstacleVia );
H A Dpns_shove.cpp1044 SHOVE::SHOVE_STATUS SHOVE::onReverseCollidingVia( LINE& aCurrent, VIA* aObstacleVia ) in onReverseCollidingVia() function in PNS::SHOVE
1260 st = onReverseCollidingVia( currentLine, (VIA*) ni ); in shoveIteration()