Searched refs:sp_desktop_get_opacity_tool (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Ddesktop-style.h66 double sp_desktop_get_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill);
H A Ddesktop-style.cpp334 sp_desktop_get_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill) function
/inkscape/src/ui/tools/
H A Dtool-base.cpp180 double fillOpacity = fillHasColor ? sp_desktop_get_opacity_tool(this->desktop, this->getPrefsPath(), true) : 0;
181 double strokeOpacity = strokeHasColor ? sp_desktop_get_opacity_tool(this->desktop, this->getPrefsPath(), false) : 0;
H A Dcalligraphic-tool.cpp1144 double fillOpacity = sp_desktop_get_opacity_tool (desktop, "/tools/calligraphic", true);
1145 //double strokeOpacity = sp_desktop_get_opacity_tool (desktop, "/tools/calligraphic", false);
H A Deraser-tool.cpp1001 double fillOpacity = sp_desktop_get_opacity_tool (desktop, "/tools/eraser", true);
1002 //double strokeOpacity = sp_desktop_get_opacity_tool (desktop, "/tools/eraser", false);

Completed in 31 milliseconds