Searched defs:final (Results 1 - 5 of 5) sorted by relevance

/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/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/2geom/
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/
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())) {
/inkscape/src/ui/widget/
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 237 milliseconds