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

/inkscape/src/libavoid/
H A Dconnector.cpp1282 std::vector<Avoid::Point *> p_path; local
1296 p_path.clear();
1425 p_path.push_back(&poly.ps[index_p]);
1437 bool front_same = (*(c_path.front()) == *(p_path.front()));
1438 bool back_same = (*(c_path.back()) == *(p_path.back()));
1485 *c_path[2], *p_path[0])
1496 *p_path[size - 1])
1515 int pStartDir = vecDir(*p_path[0], *p_path[1], *p_path[
[all...]

Completed in 16 milliseconds