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

/inkscape/src/
H A Drubberband.h66 SPCurve *_touchpath_curve; member in class:Inkscape::Rubberband
H A Drubberband.cpp29 _touchpath_curve = new SPCurve();
50 _touchpath_curve->reset();
56 _touchpath_curve->moveto(p);
67 _touchpath_curve->reset();
83 _touchpath_curve->lineto(p);
116 sp_canvas_bpath_set_bpath(SP_CANVAS_BPATH(_touchpath), _touchpath_curve); local

Completed in 197 milliseconds