Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h141 static void AddSpanToRow(Row* row, int32_t left, int32_t right);
Ddesktop_region.cc131 AddSpanToRow(row->second, rect.left(), rect.right()); in AddRect()
411 void DesktopRegion::AddSpanToRow(Row* row, int left, int right) { in AddSpanToRow() function in webrtc::DesktopRegion