Searched defs:tool_path (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
H A Dfreehand-base.cpp930 Glib::ustring tool_path = tool; local
963 double rad = 0.5 * prefs->getDouble(tool_path + "/dot-size", 3.0);
/inkscape/src/
H A Ddesktop-style.cpp396 sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, Glib::ustring const &tool_path, bool with_text) argument
401 if (prefs->getBool(tool_path + "/usecurrent") && css_current) {
404 SPCSSAttr *css = prefs->getInheritedStyle(tool_path + "/style");
H A Ddesktop.cpp985 void SPDesktop::applyCurrentOrToolStyle(SPObject *obj, Glib::ustring const &tool_path, bool with_text) argument
990 if (prefs->getBool(tool_path + "/usecurrent") && css_current) {
993 SPCSSAttr *css = prefs->getInheritedStyle(tool_path + "/style");

Completed in 41 milliseconds