Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor.cc23 hotspot_(hotspot) { in MouseCursor()
24 assert(0 <= hotspot_.x() && hotspot_.x() <= image_->size().width()); in MouseCursor()
25 assert(0 <= hotspot_.y() && hotspot_.y() <= image_->size().height()); in MouseCursor()
Dmouse_cursor.h36 void set_hotspot(const DesktopVector& hotspot ) { hotspot_ = hotspot; } in set_hotspot()
37 const DesktopVector& hotspot() const { return hotspot_; } in hotspot()
41 DesktopVector hotspot_; variable
Ddesktop_and_cursor_composer_unittest.cc103 if (!hotspot_.equals(hotspot)) in SetHotspot()
105 hotspot_ = hotspot; in SetHotspot()
120 data[(hotspot_.y() + y) * kCursorWidth + (hotspot_.x() + x)] = in Capture()
125 callback_->OnMouseCursor(new MouseCursor(image.release(), hotspot_)); in Capture()
135 DesktopVector hotspot_; member in webrtc::__anondd9b35230111::FakeMouseMonitor