Searched refs:proto_rect (Results 1 - 1 of 1) sorted by relevance

/external/drm_hwcomposer/
H A Dseperate_rects.cpp281 const StartedRect<TId, TNum> &proto_rect = it->first; local
283 out_rect.left = proto_rect.left;
284 out_rect.top = proto_rect.top;
286 out_rect.bottom = proto_rect.bottom;
287 out->push_back(RectSet<TId, TNum>(proto_rect.id_set, out_rect));
291 std::cout << " <" << proto_rect.id_set << "(" << rect << ")"

Completed in 33 milliseconds