Searched defs:isOrthogonal (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/tools/
H A Dconnector-tool.h82 bool isOrthogonal; member in class:Inkscape::UI::Tools::ConnectorTool
/inkscape/src/
H A Dsp-conn-end-pair.cpp243 SPConnEndPair::isOrthogonal(void) const { function in class:SPConnEndPair
/inkscape/src/libavoid/
H A Dgraph.cpp525 bool EdgeInf::isOrthogonal(void) const function in class:Avoid::EdgeInf
664 COLA_ASSERT(!_orthogonal || edge->isOrthogonal());
H A Dmakepath.cpp400 bool isOrthogonal = (lineRef->routingType() == ConnType_Orthogonal); local
403 (isOrthogonal) ? manhattanDist : euclideanDist;
602 EdgeInfList& visList = (!isOrthogonal) ?
604 if (isOrthogonal)
749 bool isOrthogonal = (lineRef->routingType() == ConnType_Orthogonal); local
756 if (isOrthogonal)
760 else // if (!isOrthogonal)

Completed in 22 milliseconds