Searched refs:_setStyle (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ |
H A D | svg-builder.h | 188 SPCSSAttr *_setStyle(GfxState *state, bool fill, bool stroke, bool even_odd=false);
|
H A D | svg-builder.cpp | 417 SPCSSAttr *SvgBuilder::_setStyle(GfxState *state, bool fill, bool stroke, bool even_odd) { function in class:Inkscape::Extension::Internal::SvgBuilder 449 SPCSSAttr *css = _setStyle(state, fill, stroke, even_odd); 1433 new_glyph.style = _setStyle(state, has_fill, has_stroke);
|
Completed in 21 milliseconds