Searched defs:connRef (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | sp-conn-end-pair.cpp | 328 void recreateCurve(SPCurve *curve, Avoid::ConnRef *connRef, const gdouble curvature) argument 332 Avoid::PolyLine route = connRef->displayRoute(); 335 connRef->calcRouteDist();
|
/inkscape/src/libavoid/ |
H A D | makepath.cpp | 264 ConnRef *connRef = *curr; local 266 if (connRef->id() == lineRef->id()) 270 const Avoid::PolyLine& route2 = connRef->route(); 278 connRef, lineRef); 301 ConnRef *connRef = *curr; local 303 if (connRef->id() == lineRef->id()) 307 const Avoid::PolyLine& route2 = connRef->route();
|
H A D | orthogonal.cpp | 61 : connRef(conn), 76 : connRef(conn), 91 return connRef->displayRoute().ps[indexLow]; 96 return connRef->displayRoute().ps[indexHigh]; 101 return connRef->displayRoute().ps[indexLow]; 106 return connRef->displayRoute().ps[indexHigh]; 173 ConnRef *connRef; member in class:Avoid::ShiftSegment 2057 int lhsPos = lowOrder.positionFor(lhs.connRef, dimension); 2058 int rhsPos = lowOrder.positionFor(rhs.connRef, dimension); 2307 //printf("Pos: %X, %g\n", (int) currSegment->connRef, newPo [all...] |
H A D | router.cpp | 1579 ConnRef *connRef = *revConnRefIt; local 1580 fprintf(fp, " ConnRef *connRef%u = new ConnRef(router, %u);\n", 1581 connRef->id(), connRef->id()); 1582 if (connRef->src()) 1585 connRef->id(), connRef->src()->point.x, 1586 connRef->src()->point.y, connRef->src()->visDirections); 1587 fprintf(fp, " connRef 1745 ConnRef *connRef = *connRefIt; local 1778 ConnRef *connRef = *connRefIt; local 1823 ConnRef *connRef = *connRefIt; local [all...] |
Completed in 1364 milliseconds