Searched defs:BBoxSort (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | align-and-distribute.h | 147 struct BBoxSort struct in namespace:Inkscape::UI::Dialog 152 BBoxSort(SPItem *pItem, Geom::Rect const &bounds, Geom::Dim2 orientation, double kBegin, double kEnd); 153 BBoxSort(const BBoxSort &rhs); 155 bool operator< (const BBoxSort &a, const BBoxSort &b);
|
H A D | align-and-distribute.cpp | 249 BBoxSort::BBoxSort(SPItem *pItem, Geom::Rect const &bounds, Geom::Dim2 orientation, double kBegin, double kEnd) : function in class:Inkscape::UI::Dialog::BBoxSort 255 BBoxSort::BBoxSort(const BBoxSort &rhs) : function in class:Inkscape::UI::Dialog::BBoxSort 263 bool operator< (const BBoxSort &a, const BBoxSort &b) 306 std::vector< BBoxSort > sorted; 313 sorted.push_back(BBoxSort(item, *bbox, _orientation, _kBegin, _kEnd)); 339 for ( std::vector<BBoxSort> [all...] |
Completed in 584 milliseconds