Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dautoroute.c635 closest_point_in_routebox (const CheapPointType * from, const routebox_t * rb) in closest_point_in_routebox() function
1440 CheapPointType p2 = closest_point_in_routebox (p, rb); in cost_to_routebox()
1868 costpoint = closest_point_in_routebox (&pnt, rb); in CreateViaEdge()
1883 costpoint = closest_point_in_routebox (&previous_edge->cost_point, rb); in CreateViaEdge()
3706 lastpoint = closest_point_in_routebox (&lastpoint, path); in TracePath()