Searched refs:getSketch (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/
H A Drubberband.cpp112 _touchpath = sp_canvas_bpath_new(_desktop->getSketch(), NULL);
H A Ddesktop.h163 SPCanvasGroup* getSketch() const;
H A Ddesktop.cpp433 SPCanvasGroup* SPDesktop::getSketch() const { function in class:SPDesktop
/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp134 this->currentshape = sp_canvas_item_new(this->desktop->getSketch(), SP_TYPE_CANVAS_BPATH, NULL);
1134 SPCanvasItem *cbp = sp_canvas_item_new(desktop->getSketch(),
H A Deraser-tool.cpp118 this->currentshape = sp_canvas_item_new(desktop->getSketch(), SP_TYPE_CANVAS_BPATH, NULL);
993 SPCanvasItem *cbp = sp_canvas_item_new(desktop->getSketch(), SP_TYPE_CANVAS_BPATH, NULL);
H A Dfreehand-base.cpp136 this->red_bpath = sp_canvas_bpath_new(this->desktop->getSketch(), NULL);
143 this->blue_bpath = sp_canvas_bpath_new(this->desktop->getSketch(), NULL);
H A Dpen-tool.cpp880 SPCanvasItem *canvas_shape = sp_canvas_bpath_new(this->desktop->getSketch(), this->green_curve);
1358 SPCanvasItem *canvas_shape = sp_canvas_bpath_new(this->desktop->getSketch(), this->green_curve);
1865 SPCanvasItem *canvas_shape = sp_canvas_bpath_new(this->desktop->getSketch(), curve);
H A Dconnector-tool.cpp224 this->red_bpath = sp_canvas_bpath_new(this->desktop->getSketch(), NULL);
H A Dpencil-tool.cpp855 SPCanvasItem *cshape = sp_canvas_bpath_new(this->desktop->getSketch(), curve);
/inkscape/src/ui/dialog/
H A Dspellcheck.cpp615 SPCanvasItem *rect = sp_canvas_bpath_new(desktop->getSketch(), NULL);

Completed in 44 milliseconds