Searched refs:lengthval (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-path_length.cpp | 54 double lengthval = Geom::length(pwd2_in) * scale; local 55 lengthval = Inkscape::Util::Quantity::convert(lengthval, "px", unit.get_abbreviation()); 58 gchar *arc_length = g_strdup_printf("%.2f %s", lengthval,
|
/inkscape/src/ui/tools/ |
H A D | lpe-tool.cpp | 398 double lengthval; local 416 lengthval = Geom::length(pwd2); 417 lengthval = Inkscape::Util::Quantity::convert(lengthval, "px", unit); 418 arc_length = g_strdup_printf("%.2f %s", lengthval, unit->abbr.c_str()); 454 double lengthval = Geom::length(pwd2); local 455 lengthval = Inkscape::Util::Quantity::convert(lengthval, "px", unit); 456 gchar *arc_length = g_strdup_printf("%.2f %s", lengthval, unit->abbr.c_str());
|
Completed in 24 milliseconds