Searched refs:started_rects (Results 1 – 1 of 1) sorted by relevance
101 std::map<StartedRect<TId, TNum>, bool> started_rects; in separate_rects() local219 started_rects.begin(); in separate_rects()220 it != started_rects.end(); ++it) { in separate_rects()266 started_rect_it = started_rects.find(rect_key); in separate_rects()267 if (started_rect_it == started_rects.end()) { in separate_rects()268 started_rects[rect_key] = true; in separate_rects()282 started_rects.begin(); in separate_rects()283 it != started_rects.end(); in separate_rects()293 started_rects.erase(it++); // Also increments out iterator. in separate_rects()