Lines Matching refs:LabelPlacement
91 class LabelPlacement {
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 &place = *it;
1328 for (std::vector<LabelPlacement>::iterator it = placements.begin(); it != placements.end(); ++it) {
1329 LabelPlacement &place = *it;