Lines Matching defs:fill
386 * \brief Sets fill style from poppler's GfxState data structure
394 sp_repr_css_set_property(css, "fill", urltext);
401 sp_repr_css_set_property(css, "fill", svgConvertGfxRGB(&fill_color));
407 sp_repr_css_set_property(css, "fill-opacity", os_opacity.str().c_str());
410 sp_repr_css_set_property(css, "fill-rule", even_odd ? "evenodd" : "nonzero");
417 SPCSSAttr *SvgBuilder::_setStyle(GfxState *state, bool fill, bool stroke, bool even_odd) {
419 if (fill) {
422 sp_repr_css_set_property(css, "fill", "none");
438 * \param fill whether the path should be filled
442 void SvgBuilder::addPath(GfxState *state, bool fill, bool stroke, bool even_odd) {
449 SPCSSAttr *css = _setStyle(state, fill, stroke, even_odd);
474 sp_repr_css_set_property(css, "fill", urltext);
483 sp_repr_css_set_property(css, "fill-rule", "evenodd");
720 // Set fill/stroke colors if this is an uncolored tiling pattern
1747 // Get current fill style and set it on the rectangle
1919 fill-column:99