Searched refs:proto_rect (Results 1 – 1 of 1) sorted by relevance
286 const StartedRect<TId, TNum> &proto_rect = it->first; in separate_rects() local288 out_rect.left = proto_rect.left; in separate_rects()289 out_rect.top = proto_rect.top; in separate_rects()291 out_rect.bottom = proto_rect.bottom; in separate_rects()292 out->push_back(RectSet<TId, TNum>(proto_rect.id_set, out_rect)); in separate_rects()296 std::cout << " <" << proto_rect.id_set << "(" << rect << ")" in separate_rects()