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

/inkscape/src/2geom/
H A Dintersection-graph.h106 std::size_t path_index; member in struct:Geom::PathIntersectionGraph::PathData
111 : path_index(pi)
H A Dpathvector.h59 size_type path_index; ///< Index of the path in the vector member in struct:Geom::PathVectorTime
61 PathVectorTime() : PathTime(0, 0), path_index(0) {}
63 : PathTime(_c, _t), path_index(_i) {}
65 : PathTime(pos), path_index(_i) {}
68 if (path_index < other.path_index) return true;
69 if (path_index == other.path_index) {
75 return path_index == other.path_index
[all...]
/inkscape/src/widgets/
H A Dfont-selector.cpp322 int path_index = 0; local
333 path_index = index;
344 gtk_tree_path_append_index (path, path_index);

Completed in 29 milliseconds