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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp94 double lengthVal; member in class:Inkscape::UI::Tools::__anon129::LabelPlacement
167 double lengthVal = (endPoint - startPoint).length(); local
169 Geom::Point where(lengthVal, 0);
1242 placement.lengthVal = (intersections[idx] - intersections[idx - 1]).length();
1243 placement.lengthVal = Inkscape::Util::Quantity::convert(placement.lengthVal, "px", unit_name);
1256 setMeasureCanvasText(false, precision, place.lengthVal * scale, fontsize, unit_name, place.end, 0x0000007f, TEXT_ANCHOR_CENTER, to_item, to_phantom, measure_repr);

Completed in 16 milliseconds