Searched refs:shared_path_penalty (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Dmakepath.cpp252 const double shared_path_penalty = local
254 if (shared_path_penalty > 0)
286 result += shared_path_penalty;
H A Drouter.cpp771 const double shared_path_penalty = routingPenalty(fixedSharedPathPenalty); local
772 if ((crossing_penalty == 0) && (shared_path_penalty == 0))
804 if ((shared_path_penalty > 0) &&

Completed in 241 milliseconds