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

/inkscape/src/livarot/
H A Dpath-description.h28 PathDescr() : flags(0), associated(-1), tSt(0), tEn(1) {}
29 PathDescr(int f) : flags(f), associated(-1), tSt(0), tEn(1) {}
44 int associated; // index in the polyline of the point that ends the path portion of this command member in struct:PathDescr
145 /* FIXME: not sure whether _forced should have a point associated with it;
158 /* FIXME: not sure whether _forced should have a point associated with it;

Completed in 141 milliseconds