Lines Matching refs:pattern
29 Let B be the skeleton path, and P the pattern (the path to be deformed).
72 pattern(_("Pattern source:"), _("Path to put along the skeleton path"), "pattern", &wr, this, "M0,0 L1,0"),
74 prop_scale(_("_Width:"), _("Width of the pattern"), "prop_scale", &wr, this, 1.0),
75 copytype(_("Pattern copies:"), _("How many pattern copies to place along the skeleton path"),
78 _("Scale the width of the pattern in units of its length"),
82 _("Space between copies of the pattern. Negative values allowed, but are limited to -90% of pattern width."),
86 prop_units(_("Offsets in _unit of pattern size"),
89 vertical_pattern(_("Pattern is _vertical"), _("Rotate pattern 90 deg before applying"),
94 registerParameter( dynamic_cast<Parameter *>(&pattern) );
119 // get the pattern bounding box
120 Geom::OptRect bbox = pattern.get_pathvector().boundsFast();
132 if ( pattern.get_pathvector().empty() ) {
142 D2<Piecewise<SBasis> > patternd2 = make_cuts_independent(pattern.get_pwd2());
269 pattern.param_transform_multiply(postmul, set);