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

/inkscape/src/livarot/
H A DShape.h171 return getEdge(b).nextE;
199 if (getEdge(b).nextE < 0) {
203 return getEdge(b).nextE;
359 int nextE, prevE; // next and previous edge in the double-linked list at the end point member in struct:Shape::dg_arete

Completed in 836 milliseconds