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

/inkscape/src/extension/internal/
H A Dcairo-render-context.cpp1482 bool no_fill = style->fill.isNone() || style->fill_opacity.value == 0 || local
1487 if (no_fill && no_stroke)
1498 if (!no_fill) {
1508 if (!no_fill && (order == STROKE_OVER_FILL || order == FILL_ONLY)) {
1520 if (no_fill || order == STROKE_OVER_FILL)
1526 if (!no_fill && order == FILL_OVER_STROKE) {

Completed in 25 milliseconds