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

/inkscape/src/helper/
H A Dgeom-pathstroke.cpp363 Geom::Point startPt = incoming.finalPoint(); local
370 // std::cout << " startPt: " << startPt << " endPt: " << endPt << std::endl;
398 double side1 = tang1[Geom::X]*(startPt[Geom::Y]-center1[Geom::Y]) - tang1[Geom::Y]*(startPt[Geom::X]-center1[Geom::X]);
419 Geom::Point node_on_path = startPt + Geom::rot90(tang1)*width;
447 if( circle2.contains( startPt ) && !circle1.contains( endPt ) ) {
449 p = expand_circle( circle1, circle2, startPt, tang1 );
452 } else if( circle1.contains( endPt ) && !circle2.contains( startPt ) ) {
472 if( ( circle2.contains( startPt )
[all...]
/inkscape/src/libavoid/
H A Dconnector.cpp1445 size_t startPt = (front_same) ? 0 : 1; local
1446 if (c_path[startPt]->x == c_path[startPt + 1]->x)
1449 double xPos = c_path[startPt]->x;
1463 double yPos = c_path[startPt]->y;
1581 size_t startPt = (front_same) ? 0 : 1; local
1584 COLA_ASSERT(c_path.size() > (startPt + 1));
1613 if (i > startPt)

Completed in 21 milliseconds