Searched refs:text_decoration_stroke (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/display/
H A Dnr-style.cpp63 , text_decoration_stroke()
92 text_decoration_stroke.clear();
279 text_decoration_stroke.opacity = SP_SCALE24_TO_FLOAT(style_td->stroke_opacity.value);
296 text_decoration_stroke.set(style->text_decoration_color.value.color);
299 text_decoration_stroke.clear();
315 text_decoration_stroke.set(style_td->getStrokePaintServer());
317 text_decoration_stroke.set(style_td->stroke.value.color);
319 text_decoration_stroke.clear();
446 switch (text_decoration_stroke.type) {
450 text_decoration_stroke
[all...]
H A Dnr-style.h109 Paint text_decoration_stroke; member in struct:NRStyle

Completed in 16 milliseconds