Searched refs:parent_style (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/libcroco/ |
H A D | cr-style.h | 281 CRStyle *parent_style ; member in struct:_CRStyle
|
H A D | cr-style.c | 1819 a_this->parent_style = NULL; 1942 g_return_val_if_fail (a_this->parent_style, CR_BAD_PARAM_ERROR) ; 1950 &a_this->parent_style->num_props[i].cv); 1957 &a_this->parent_style->rgb_props[i].cv); 1963 a_this->parent_style->border_style_props[i]; 1968 a_this->display = a_this->parent_style->display; 1971 a_this->position = a_this->parent_style->position; 1974 a_this->float_type = a_this->parent_style->float_type; 1977 a_this->font_style = a_this->parent_style->font_style; 1980 a_this->font_variant = a_this->parent_style [all...] |
H A D | cr-sel-eng.c | 1530 (*a_style)->parent_style = a_parent_style;
|
/inkscape/share/extensions/ |
H A D | synfig_prepare.py | 369 def propagate_attribs(node, parent_style={}, parent_transform=[[1.0, 0.0, 0.0], [0.0, 1.0, 0.0]]): 403 parent_style_copy = parent_style.copy()
|
/inkscape/src/ |
H A D | text-editing.cpp | 1352 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 55 milliseconds