Lines Matching defs:fill
179 if (style->fill.isPaintserver() || style->stroke.isPaintserver())
182 // disable rendering of opacity if there's a stroke on the fill
184 && !style->fill.isNone()
713 // The incoming pixel values already include alpha, fill-opacity, etc.,
1324 g_return_if_fail( !style->fill.set
1325 || style->fill.isColor()
1326 || style->fill.isPaintserver() );
1346 } else if (style->fill.colorSet) {
1348 sp_color_get_rgb_floatv(&style->fill.value.color, rgb);
1352 } else { // unset fill is black
1353 g_assert(!style->fill.set
1457 * inbetween fill and stroke.
1482 bool no_fill = style->fill.isNone() || style->fill_opacity.value == 0 ||
1717 bool fill = false;
1718 if (style->fill.isColor() || style->fill.isPaintserver()) {
1719 fill = true;
1741 if (fill && stroke_over_fill) {
1761 if (fill && _is_texttopath && !stroke_over_fill) {
1769 if (fill && !stroke_over_fill) {
1867 fill-column:99