Searched refs:sp_desktop_get_style (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Ddesktop-style.h63 SPCSSAttr *sp_desktop_get_style(SPDesktop *desktop, bool with_text);
H A Ddesktop-style.cpp266 sp_desktop_get_style(SPDesktop *desktop, bool with_text) function
311 css = sp_desktop_get_style(desktop, true);
340 css = sp_desktop_get_style(desktop, true);
369 css = sp_desktop_get_style(desktop, true);
398 SPCSSAttr *css_current = sp_desktop_get_style(desktop, with_text);
H A Ddesktop.cpp987 SPCSSAttr *css_current = sp_desktop_get_style(this, with_text);
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp25 #include "desktop-style.h" //sp_desktop_get_style
231 style = sp_desktop_get_style(doc_interface->target.getDesktop(), TRUE);

Completed in 53 milliseconds