Home
last modified time | relevance | path

Searched refs:SP_STYLE_STROKE_SERVER (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-pattern.cpp311 if (style && style->stroke.isPaintserver() && SP_IS_PATTERN(SP_STYLE_STROKE_SERVER(style)) && in _countHrefs()
312 SP_PATTERN(SP_STYLE_STROKE_SERVER(style)) == this) { in _countHrefs()
H A Dsp-hatch.cpp495 if (style && style->stroke.isPaintserver() && SP_IS_HATCH(SP_STYLE_STROKE_SERVER(style)) && in _countHrefs()
496 SP_HATCH(SP_STYLE_STROKE_SERVER(style)) == this) { in _countHrefs()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dcairo-render-context.cpp1435 || SP_IS_GRADIENT(SP_STYLE_STROKE_SERVER(style)) in _setStrokeStyle()
1436 || SP_IS_PATTERN(SP_STYLE_STROKE_SERVER(style)) in _setStrokeStyle()
1437 || dynamic_cast<SPHatch *>(SP_STYLE_STROKE_SERVER(style))); in _setStrokeStyle()
1439 …cairo_pattern_t *pattern = _createPatternForPaintServer(SP_STYLE_STROKE_SERVER(style), pbox, alpha… in _setStrokeStyle()
H A Dodf.cpp1327 SPGradient *gradient = SP_GRADIENT(SP_STYLE_STROKE_SERVER(style)); in processStyle()
1414 … = SP_GRADIENT((checkFillGradient?(SP_STYLE_FILL_SERVER(style)) :(SP_STYLE_STROKE_SERVER(style)))); in processGradient()
H A Demf-print.cpp554 if (SP_IS_PATTERN(SP_STYLE_STROKE_SERVER(style))) { // must be paint-server in create_pen()
595 } else if (SP_IS_GRADIENT(SP_STYLE_STROKE_SERVER(style))) { // must be a gradient in create_pen()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dstyle-swatch.cpp271 …aintServer *server = (i == SS_FILL)? SP_STYLE_FILL_SERVER (query) : SP_STYLE_STROKE_SERVER (query); in setStyle()
H A Dselected-style.cpp957 …ntServer *server = (i == SS_FILL)? SP_STYLE_FILL_SERVER (&query) : SP_STYLE_STROKE_SERVER (&query); in update()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dgradient-chemistry.cpp198 && SP_IS_GRADIENT(SP_STYLE_STROKE_SERVER(style)) in count_gradient_hrefs()
199 && SP_GRADIENT(SP_STYLE_STROKE_SERVER(style)) == gr) in count_gradient_hrefs()
1383 …ill_or_stroke == Inkscape::FOR_FILL) ? SP_STYLE_FILL_SERVER(style) : SP_STYLE_STROKE_SERVER(style); in sp_item_set_gradient()
H A Dstyle-internal.h717 #define SP_STYLE_STROKE_SERVER(s) ((const_cast<SPStyle *> (s))->getStrokePaintServer()) macro
H A Dselection-chemistry.cpp4323 server = SP_STYLE_STROKE_SERVER(item->style); in swapFillStroke()