Searched defs:compare (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dselection.cpp362 SPItem *Selection::smallestItem(Selection::CompareSize compare) { argument
363 return _sizeistItem(true, compare);
366 SPItem *Selection::largestItem(Selection::CompareSize compare) { argument
367 return _sizeistItem(false, compare);
370 SPItem *Selection::_sizeistItem(bool sml, Selection::CompareSize compare) { argument
380 gdouble size = compare == 2 ? bbox.area() :
381 (compare == 1 ? bbox.width() : bbox.height());

Completed in 15 milliseconds