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

/inkscape/src/libavoid/
H A Drouter.h353 void adjustContainsWithAdd(const Polygon& poly, const int p_shape);
354 void adjustContainsWithDel(const int p_shape);
H A Drouter.cpp1024 void Router::adjustContainsWithAdd(const Polygon& poly, const int p_shape) argument
1034 contains[k->id].insert(p_shape);
1040 void Router::adjustContainsWithDel(const int p_shape) argument
1044 (*k).second.erase(p_shape);

Completed in 306 milliseconds