Searched defs:RowSpanSet (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.h45 typedef std::vector<RowSpan> RowSpanSet; typedef in class:webrtc::DesktopRegion
56 RowSpanSet spans;
87 RowSpanSet::const_iterator row_span_;
147 static void IntersectRows(const RowSpanSet& set1,
148 const RowSpanSet& set2,
149 RowSpanSet* output);
151 static void SubtractRows(const RowSpanSet& set_a,
152 const RowSpanSet& set_b,
153 RowSpanSet* output);

Completed in 96 milliseconds