Searched refs:sp_desktop_apply_style_tool (Results 1 - 13 of 13) sorted by relevance

/inkscape/src/
H A Ddesktop-style.h69 void sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, Glib::ustring const &tool, bool with_text);
H A Ddesktop-style.cpp396 sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, Glib::ustring const &tool_path, bool with_text) function
/inkscape/src/ui/tools/
H A Dspiral-tool.cpp352 sp_desktop_apply_style_tool(desktop, repr, "/tools/shapes/spiral", false);
H A Dstar-tool.cpp367 sp_desktop_apply_style_tool(desktop, repr, "/tools/shapes/star", false);
H A Dfreehand-base.cpp248 sp_desktop_apply_style_tool(desktop, repr, tool, false);
802 sp_desktop_apply_style_tool(desktop, repr, tool_name(dc).data(), false);
940 sp_desktop_apply_style_tool(desktop, repr, tool, false);
H A Darc-tool.cpp341 sp_desktop_apply_style_tool(desktop, repr, "/tools/shapes/arc", false);
H A Drect-tool.cpp382 sp_desktop_apply_style_tool (desktop, repr, "/tools/shapes/rect", false);
H A Dtext-tool.cpp401 sp_desktop_apply_style_tool(ec->desktop, rtext, "/tools/text", true);
653 sp_desktop_apply_style_tool(desktop, ft->getRepr(), "/tools/text", true);
H A Dcalligraphic-tool.cpp915 sp_desktop_apply_style_tool (desktop, repr, "/tools/calligraphic", false);
H A Dconnector-tool.cpp877 sp_desktop_apply_style_tool(desktop, repr, "/tools/connector", false);
H A Deraser-tool.cpp651 sp_desktop_apply_style_tool (desktop, repr, "/tools/eraser", false);
H A Dflood-tool.cpp380 sp_desktop_apply_style_tool (desktop, pathRepr, "/tools/paintbucket", false);
H A Dmeasure-tool.cpp924 sp_desktop_apply_style_tool(desktop, rtext, "/tools/text", true);

Completed in 60 milliseconds