Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Ddesktop_and_cursor_composer.cc210 if (frame->rect().Contains(cursor_position_) && in OnCaptureResult()
211 !desktop_capturer_->IsOccluded(cursor_position_)) { in OnCaptureResult()
213 cursor_position_.subtract(frame->top_left()); in OnCaptureResult()
244 cursor_position_ = position; in OnMouseCursorPosition()
Ddesktop_and_cursor_composer.h84 DesktopVector cursor_position_; variable