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

/inkscape/src/ui/dialog/
H A Dundo-history.h174 GreaterThan(int _i) : i (_i) {} argument
/inkscape/src/2geom/
H A Dpathvector.h62 PathVectorTime(size_type _i, size_type _c, Coord _t) argument
63 : PathTime(_c, _t), path_index(_i) {}
64 PathVectorTime(size_type _i, PathTime const &pos) argument
65 : PathTime(pos), path_index(_i) {}

Completed in 15 milliseconds