Searched defs:parent_style (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-style.h281 CRStyle *parent_style ; member in struct:_CRStyle
/inkscape/src/
H A Dtext-editing.cpp1352 Glib::ustring parent_style = parent->style->write( SP_STYLE_FLAG_ALWAYS ); local
1354 // we have to write parent_style then read it again, because some properties format their values
1357 parent_spstyle.mergeString(parent_style.c_str());
1358 parent_style = parent_spstyle.write(SP_STYLE_FLAG_ALWAYS);
1370 child_style_construction.insert(0, parent_style);
1376 bool equal = (child_style == parent_style); // Glib::ustring overloads == operator

Completed in 34 milliseconds