Searched refs:length_right (Results 1 - 9 of 9) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-angle_bisector.cpp46 length_right(_("Length right:"), _("Specifies the right end of the bisector"), "length-right", &wr, this, 250)
52 registerParameter( dynamic_cast<Parameter *>(&length_right) );
74 Geom::Point E = ptA + dir * length_right;
120 lpe->length_right.param_set_value(lambda);
136 return lpe->ptA + lpe->dir * lpe->length_right;
H A Dlpe-angle_bisector.h39 ScalarParam length_right; member in class:Inkscape::LivePathEffect::LPEAngleBisector
H A Dlpe-parallel.cpp52 length_right(_("Length right:"), _("Specifies the right end of the parallel"), "length-right", &wr, this, 150)
59 registerParameter( dynamic_cast<Parameter *>(&length_right) );
92 D = offset_pt + dir * length_right;
141 lpe->length_right.param_set_value(lambda);
H A Dlpe-perp_bisector.cpp76 lpe->length_right.param_set_value(-lambda);
98 length_right(_("Length right:"), _("Specifies the right end of the bisector"), "length-right", &wr, this, 200),
106 registerParameter( dynamic_cast<Parameter *>(&length_right) );
147 D = M - perp_dir * length_right;
H A Dlpe-parallel.h47 ScalarParam length_right; member in class:Inkscape::LivePathEffect::LPEParallel
H A Dlpe-perp_bisector.h54 ScalarParam length_right; member in class:Inkscape::LivePathEffect::LPEPerpBisector
H A Dlpe-tangent_to_curve.h51 ScalarParam length_right; member in class:Inkscape::LivePathEffect::LPETangentToCurve
H A Dlpe-tangent_to_curve.cpp62 length_right(_("Length right:"), _("Specifies the right end of the tangent"), "length-right", &wr, this, 150)
70 registerParameter( dynamic_cast<Parameter *>(&length_right) );
91 D = ptA + derivA * length_right;
166 lpe->length_right.param_set_value(lambda);
/inkscape/src/
H A Dsp-mesh-array.cpp2174 double length_right = d[6].length();
2177 length_right = std::abs( (color6.v.c[cdm] - color3.v.c[cdm]) / slope_ave[ cdm ] );
2186 if( length_right > max * d[6].length() && length_right > d[4].length() ) {
2188 length_right = std::max( max * d[6].length(), d[4].length() );
2192 if( d[4].length() != 0.0 ) d[4] *= length_right/d[4].length();
2196 // << " length_right: " << length_right

Completed in 46 milliseconds