Searched defs:svgConvertGfxRGB (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp249 static gchar *svgConvertGfxRGB(GfxRGB *color) { function in namespace:Inkscape::Extension::Internal
310 sp_repr_css_set_property(css, "stroke", svgConvertGfxRGB(&stroke_color));
401 sp_repr_css_set_property(css, "fill", svgConvertGfxRGB(&fill_color));
837 color_text = svgConvertGfxRGB(color);

Completed in 16 milliseconds