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

/inkscape/src/libavoid/
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 1033 milliseconds