Home
last modified time | relevance | path

Searched refs:accuracyB (Results 1 – 2 of 2) sorted by relevance

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/connectivity/
H A Dconnectivity_algo.cpp789 int accuracyB = 0; in operator ()() local
799 accuracyB = ( static_cast<const PCB_TRACK*>( parentB )->GetWidth() + 1 ) / 2; in operator ()()
815 if( parentA->HitTest( wxPoint( m_item->GetAnchor( i ) ), accuracyB ) ) in operator ()()
/dports/graphics/proj/proj-7.2.1/src/iso19111/operation/
H A Dcoordinateoperationfactory.cpp789 const double accuracyB = iterB->second.accuracy_; in compare() local
790 if (accuracyA >= 0 && accuracyB < 0) { in compare()
793 if (accuracyB >= 0 && accuracyA < 0) { in compare()
797 if (accuracyA < 0 && accuracyB < 0) { in compare()
824 if (accuracyA >= 0 && accuracyA < accuracyB) { in compare()
827 if (accuracyB >= 0 && accuracyB < accuracyA) { in compare()
831 if (accuracyA >= 0 && accuracyA == accuracyB) { in compare()