Lines Matching defs:stroke
1231 bool stroke = (pt == TRANSFORM_STROKE || pt == TRANSFORM_BOTH);
1232 if (stroke && style && (style->stroke.isPaintserver())) {
1236 SPPattern *pattern = serverPatt->clone_if_necessary(this, "stroke");
1264 if ( style && style->stroke.isPaintserver() ) {
1268 SPGradient *gradient = sp_gradient_convert_to_userspace( serverGrad, this, "stroke");
1438 // recursively compensating for stroke scaling will not always work, because it can be scaled to zero or infinite
1442 if (!prefs->getBool("/options/transform/stroke", true)) {
1471 // this converts the gradient/pattern fill/stroke, if any, to userSpaceOnUse; we need to do
1502 if (!prefs->getBool("/options/transform/stroke", true)) {
1503 // Recursively compensate for stroke scaling, depending on user preference