Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dseparate_rects.cpp31 struct StartedRect { struct
32 IdSet<TId> id_set;
33 TNum left, top, bottom;
37 bool operator<(const StartedRect<TId, TNum> &rhs) const { in operator <()