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

/inkscape/src/libavoid/
H A Dconnector.cpp1281 std::vector<Avoid::Point *> c_path; local
1297 c_path.clear();
1424 c_path.push_back(&conn.ps[index_c]);
1426 if ((c_path.size() > 1) &&
1437 bool front_same = (*(c_path.front()) == *(p_path.front()));
1438 bool back_same = (*(c_path.back()) == *(p_path.back()));
1440 size_t size = c_path.size();
1446 if (c_path[startPt]->x == c_path[startPt + 1]->x)
1449 double xPos = c_path[startP
[all...]

Completed in 18 milliseconds