Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h137 static bool CompareSpanLeft(const RowSpan& r, int32_t value);
Ddesktop_region.cc406 bool DesktopRegion::CompareSpanLeft(const RowSpan& r, int32_t value) { in CompareSpanLeft() function in webrtc::DesktopRegion
428 std::lower_bound(start, row->spans.end(), right + 1, CompareSpanLeft); in AddSpanToRow()
464 CompareSpanLeft); in IsSpanInRow()