Lines Matching defs:items
23 // cache the centers, widths, and heights of items
239 Removes from the \a rest list those items that are "behind" \a closest as seen from \a item,
329 Unclumps the items in \a items, reducing local unevenness in their distribution. Produces an effect
334 unclump (std::vector<SPItem*> &items)
339 for (std::vector<SPItem*>::const_iterator i = items.begin(); i != items.end();++i) { // for each original/clone x:
345 for (int i=0; i < static_cast<int>(items.size()); i++) {
346 rest.push_front(items[items.size() - i - 1]);
376 if (fabs (ave) < 1e6 && fabs (dist_closest) < 1e6 && fabs (dist_farest) < 1e6) { // otherwise the items are bogus