Home
last modified time | relevance | path

Searched refs:StartedRect (Results 1 – 1 of 1) sorted by relevance

/external/drm_hwcomposer/
Dseparate_rects.cpp31 struct StartedRect { struct
37 bool operator<(const StartedRect<TId, TNum> &rhs) const { in operator <() argument
101 std::map<StartedRect<TId, TNum>, bool> started_rects; in separate_rects()
218 for (typename std::map<StartedRect<TId, TNum>, bool>::iterator it = in separate_rects()
252 StartedRect<TId, TNum> rect_key; in separate_rects()
265 typename std::map<StartedRect<TId, TNum>, bool>::iterator in separate_rects()
281 for (typename std::map<StartedRect<TId, TNum>, bool>::iterator it = in separate_rects()
286 const StartedRect<TId, TNum> &proto_rect = it->first; in separate_rects()