Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.cc556 Rows::const_iterator bottom_row = row_; in UpdateCurrentRect() local
559 bottom = bottom_row->second->bottom; in UpdateCurrentRect()
560 previous = bottom_row; in UpdateCurrentRect()
561 ++bottom_row; in UpdateCurrentRect()
562 } while (bottom_row != region_.rows_.end() && in UpdateCurrentRect()
563 previous->second->bottom == bottom_row->second->top && in UpdateCurrentRect()
564 IsSpanInRow(*bottom_row->second, *row_span_)); in UpdateCurrentRect()