Searched refs:with_text (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);
69 void sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, Glib::ustring const &tool, bool with_text);
H A Ddesktop.h427 void applyCurrentOrToolStyle(SPObject *obj, Glib::ustring const &tool_path, bool with_text);
H A Ddesktop-style.cpp266 sp_desktop_get_style(SPDesktop *desktop, bool with_text) argument
274 if (!with_text) {
396 sp_desktop_apply_style_tool(SPDesktop *desktop, Inkscape::XML::Node *repr, Glib::ustring const &tool_path, bool with_text) argument
398 SPCSSAttr *css_current = sp_desktop_get_style(desktop, with_text);
H A Ddesktop.cpp985 void SPDesktop::applyCurrentOrToolStyle(SPObject *obj, Glib::ustring const &tool_path, bool with_text) argument
987 SPCSSAttr *css_current = sp_desktop_get_style(this, with_text);

Completed in 489 milliseconds