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

/inkscape/src/ui/tool/
H A Dcurve-drag-point.h36 void setTimeValue(double t) { _t = t; }
37 double getTimeValue() { return _t; }
52 double _t; member in class:Inkscape::UI::CurveDragPoint
/inkscape/src/2geom/
H A Dpathvector.h62 PathVectorTime(size_type _i, size_type _c, Coord _t) argument
63 : PathTime(_c, _t), path_index(_i) {}

Completed in 292 milliseconds