Home
last modified time | relevance | path

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

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/router/
H A Dpns_optimizer.h106 MERGE_COLINEAR = 0x80, ///< Merge co-linear segments enumerator
H A Dpns_dragger.cpp456 effort |= OPTIMIZER::MERGE_COLINEAR; in optimizeAndUpdateDraggedLine()
H A Dpns_optimizer.cpp665 if( m_effortLevel & MERGE_COLINEAR ) in Optimize()
H A Dpns_line_placer.cpp1626 bool optimized = OPTIMIZER::Optimize( &l, OPTIMIZER::MERGE_COLINEAR, aNode ); in simplifyNewLine()