Searched refs:has_opacity (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddesktop-style.h65 double sp_desktop_get_master_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool* has_opacity = NULL);
H A Ddesktop-style.cpp303 sp_desktop_get_master_opacity_tool(SPDesktop *desktop, Glib::ustring const &tool, bool *has_opacity) argument
308 if (has_opacity)
309 *has_opacity = false;
323 if (has_opacity)
324 *has_opacity = true;

Completed in 18 milliseconds