Lines Matching defs:tool
45 #include "ui/tools/tool-base.h"
303 sp_desktop_get_master_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool *has_opacity)
310 if (prefs->getBool(tool + "/usecurrent")) {
313 css = prefs->getStyle(tool + "/style");
334 sp_desktop_get_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill)
339 if (prefs->getBool(tool + "/usecurrent")) {
342 css = prefs->getStyle(tool + "/style");
361 sp_desktop_get_color_tool(SPDesktop *desktop, Glib::ustring const &tool, bool is_fill, bool *has_color)
368 if (prefs->getBool(tool + "/usecurrent")) {
371 css = prefs->getStyle(tool + "/style");
393 * Apply the desktop's current style or the tool style to repr.
414 * Returns the font size (in SVG pixels) of the text tool style (if text
415 * tool uses its own style) or desktop style (otherwise).
1912 // Used by text tool and in gradient dragging