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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp91 class LabelPlacement { class in namespace:Inkscape::UI::Tools::__anon129
100 bool SortLabelPlacement(LabelPlacement const &first, LabelPlacement const &second)
111 void repositionOverlappingLabels(std::vector<LabelPlacement> &placements, SPDesktop *desktop, Geom::Point const &normal, double fontsize, int precision)
126 LabelPlacement &place = placements[i];
135 LabelPlacement &otherPlace = placements[j - 1];
1239 std::vector<LabelPlacement> placements;
1241 LabelPlacement placement;
1253 for (std::vector<LabelPlacement>::iterator it = placements.begin(); it != placements.end(); ++it) {
1254 LabelPlacement
[all...]

Completed in 18 milliseconds