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

/inkscape/src/svg/
H A Dpath-string.h47 final.reserve(commonbase.size()+t.size());
48 final = commonbase;
49 final += tail();
50 // std::cout << " final: " << final << std::endl;
51 return final;
239 std::string final; member in class:Inkscape::SVG::PathString
/inkscape/src/extension/param/
H A Dparameter.cpp416 std::string final; local
417 final += "--";
418 final += name();
419 final += "=";
420 final += value;
422 list.insert(list.end(), final);
/inkscape/src/
H A Dsp-item-group.cpp670 Geom::Affine final = s.inverse() * sc * s; local
671 Geom::Affine tAff = item->i2dt_affine() * final;
706 Geom::Affine final = s.inverse() * sc * s; local
734 persp3d_apply_affine_transformation(persp, final);
749 Geom::Affine move = final.inverse() * item->transform * final;
759 if (item->isCenterSet() && !(final.isTranslation() || final.isIdentity())) {
H A Dselection-chemistry.cpp1753 Geom::Affine const final( p2o * scale * o2n );
1755 sp_selection_apply_affine(selection, final);
1779 Geom::Affine const final( n2d * scale * d2n );
1780 sp_selection_apply_affine(selection, final);
1789 Geom::Affine const final( Geom::Affine(n2d) * rotate * d2n );
1790 sp_selection_apply_affine(selection, final);
1801 Geom::Affine const final( n2d * skew * d2n );
1802 sp_selection_apply_affine(selection, final);
/inkscape/src/2geom/
H A Dcircle.h116 arc(Point const& initial, Point const& inner, Point const& final) const;
H A Dcircle.cpp254 Circle::arc(Point const& initial, Point const& inner, Point const& final) const
258 return e.arc(initial, inner, final);
H A Dsbasis-geometric.cpp533 Point final = p[p.size()-1].at1(), initial = p[0].at0(); local
534 const double ai = cross(final, initial);
536 centroid_tmp += (final + initial)*ai; // first moment.
/inkscape/src/ui/widget/
H A Dselected-style.h105 double value_adjust(double current, double by, guint modifier, bool final);
H A Dselected-style.cpp1477 RotateableStrokeWidth::value_adjust(double current, double by, guint /*modifier*/, bool final) argument
1490 if (final && newval < 1e-6) {
1491 // if dragged into zero and this is the final adjust on mouse release, delete stroke;
1492 // if it's not final, leave it a chance to increase again (which is not possible with "none")

Completed in 744 milliseconds