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

/inkscape/src/display/
H A Ddrawing-shape.cpp177 bool has_stroke = _nrstyle.prepareStroke(dc, _item_bbox, _stroke_pattern); local
178 has_stroke &= (_nrstyle.stroke_width != 0);
180 if( has_stroke ) {
238 bool has_stroke = _nrstyle.prepareStroke(dc, _item_bbox, _stroke_pattern); local
239 has_stroke &= (_nrstyle.stroke_width != 0);
241 if (has_fill || has_stroke) {
248 if (has_stroke) {
H A Ddrawing-text.cpp475 bool has_stroke = false; local
484 has_stroke = _nrstyle.prepareStroke( dc, _item_bbox, _stroke_pattern);
493 if (has_fill || has_stroke || has_td_fill || has_td_stroke) {
601 if (has_stroke) {
/inkscape/src/ui/widget/
H A Dstyle-swatch.cpp276 bool has_stroke = true; local
322 if (i == SS_STROKE) has_stroke = false;
327 if (i == SS_STROKE) has_stroke = false;
332 if (has_stroke) {
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp1432 bool has_stroke = ( render_mode & 3 ) == 1 || ( render_mode & 3 ) == 2; local
1433 new_glyph.style = _setStyle(state, has_fill, has_stroke);

Completed in 3509 milliseconds