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

/inkscape/src/display/
H A Dnr-style.cpp282 if( style->text_decoration_color.set ||
283 style->text_decoration_color.inherit ||
284 style->text_decoration_color.currentcolor ) {
288 text_decoration_fill.set(style->text_decoration_color.value.color);
296 text_decoration_stroke.set(style->text_decoration_color.value.color);
/inkscape/src/
H A Dstyle.h177 SPIColor text_decoration_color; member in class:SPStyle
H A Dstyle.cpp155 text_decoration_color( "text-decoration-color" ), // SPIColor
265 text_decoration_color.setStylePointer( this );
316 _properties.push_back( &text_decoration_color );
411 // _propmap.insert( std::make_pair( text_decoration_color.name, reinterpret_cast<SPIBasePtr>(&SPStyle::text_decoration_color ) ) );
766 text_decoration_color.readIfUnset( val );
H A Dstyle-internal.cpp2772 style->text_decoration_color = test_color;
2789 style->text_decoration_color.set = true;

Completed in 103 milliseconds