Searched refs:totallengthval (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 832 double totallengthval = (end_p - start_p).length(); local 833 totallengthval = Inkscape::Util::Quantity::convert(totallengthval, "px", unit_name); 835 gchar *totallength_str = g_strdup_printf(precision_str.str().c_str(), totallengthval * scale, unit_name.c_str()); 1266 double totallengthval = (end_p - start_p).length(); local 1267 totallengthval = Inkscape::Util::Quantity::convert(totallengthval, "px", unit_name); 1269 setMeasureCanvasText(false, precision, totallengthval * scale, fontsize, unit_name, origin, 0x3333337f, TEXT_ANCHOR_LEFT, to_item, to_phantom, measure_repr); 1273 double totallengthval = (intersections[intersections.size()-1] - intersections[0]).length(); local 1274 totallengthval [all...] |
Completed in 17 milliseconds