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

/inkscape/src/display/
H A Ddrawing-shape.cpp161 bool has_fill = _nrstyle.prepareFill(dc, _item_bbox, _fill_pattern); local
163 if( has_fill ) {
237 bool has_fill = _nrstyle.prepareFill(dc, _item_bbox, _fill_pattern); local
241 if (has_fill || has_stroke) {
244 if (has_fill) {
H A Ddrawing-text.cpp476 bool has_fill = false; local
483 has_fill = _nrstyle.prepareFill( dc, _item_bbox, _fill_pattern);
493 if (has_fill || has_stroke || has_td_fill || has_td_stroke) {
596 if (has_fill && fill_first) {
606 if (has_fill && !fill_first) {
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1431 bool has_fill = !( render_mode & 1 ); local
1433 new_glyph.style = _setStyle(state, has_fill, has_stroke);

Completed in 652 milliseconds