Searched refs:routingType (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libavoid/
H A Dconnector.h267 ConnType routingType(void) const;
H A Dmakepath.cpp222 (lineRef->routingType() != ConnType_Orthogonal))
326 if (lineRef->routingType() == ConnType_PolyLine)
400 bool isOrthogonal = (lineRef->routingType() == ConnType_Orthogonal);
749 bool isOrthogonal = (lineRef->routingType() == ConnType_Orthogonal);
H A Dorthogonal.cpp1720 if ((*curr)->routingType() != ConnType_Orthogonal)
1896 if ((*curr)->routingType() != ConnType_Orthogonal)
1917 if ((*curr)->routingType() != ConnType_Orthogonal)
1926 if ((*curr2)->routingType() != ConnType_Orthogonal)
1946 if ((*curr)->routingType() != ConnType_Orthogonal)
1955 if ((*curr2)->routingType() != ConnType_Orthogonal)
H A Dconnector.cpp254 ConnType ConnRef::routingType(void) const function in class:Avoid::ConnRef
1275 (polyConnRef->routingType() == ConnType_Orthogonal));
1277 (connConnRef->routingType() == ConnType_Orthogonal));
H A Drouter.cpp1599 connRef->id(), connRef->routingType());

Completed in 35 milliseconds