Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h45 typedef std::vector<RowSpan> RowSpanSet; typedef
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);
Ddesktop_region.cc226 void DesktopRegion::IntersectRows(const RowSpanSet& set1, in IntersectRows()
227 const RowSpanSet& set2, in IntersectRows()
228 RowSpanSet* output) { in IntersectRows()
229 RowSpanSet::const_iterator it1 = set1.begin(); in IntersectRows()
230 RowSpanSet::const_iterator end1 = set1.end(); in IntersectRows()
231 RowSpanSet::const_iterator it2 = set2.begin(); in IntersectRows()
232 RowSpanSet::const_iterator end2 = set2.end(); in IntersectRows()
336 RowSpanSet new_spans; in Subtract()
381 for (RowSpanSet::iterator span = row->spans.begin(); in Translate()
421 RowSpanSet::iterator start = in AddSpanToRow()
[all …]