Lines Matching defs:ii
173 Interval itemBounds(ItemIterator ii) {
174 OptRect r = ii->path->boundsFast();
178 void addActiveItem(ItemIterator ii) {
179 unsigned w = ii->which;
180 unsigned ow = (ii->which + 1) % 2;
183 if (!ii->path->boundsFast().intersects(i->path->boundsFast())) continue;
184 std::vector<PathIntersection> px = ii->path->intersect(*i->path, _precision);
186 PathVectorTime tw(ii->index, px[k].first), tow(i->index, px[k].second);
193 _active[w].push_back(*ii);
196 void removeActiveItem(ItemIterator ii) {
197 ActivePathList &apl = _active[ii->which];
198 apl.erase(apl.iterator_to(*ii));