Home
last modified time | relevance | path

Searched refs:_mergeDeclList (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dstyle.cpp890 _mergeDeclList(decl_list, SPStyleSrc::STYLE_SHEET); in mergeStatement()
920 _mergeDeclList( decl_list, SPStyleSrc::STYLE_PROP ); in _mergeString()
926 SPStyle::_mergeDeclList( CRDeclaration const *const decl_list, SPStyleSrc const &source ) { in _mergeDeclList() function in SPStyle
934 _mergeDeclList( decl_list->next, source ); in _mergeDeclList()
H A Dstyle.h80 void _mergeDeclList( CRDeclaration const *const decl_list, SPStyleSrc const &source );