Searched refs:out_rect (Results 1 – 1 of 1) sorted by relevance
287 Rect<TNum> out_rect; in separate_rects() local288 out_rect.left = proto_rect.left; in separate_rects()289 out_rect.top = proto_rect.top; in separate_rects()290 out_rect.right = h_evt.x; 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()