Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dmouse_cursor.cc22 : image_(image), hotspot_(hotspot) { in MouseCursor()
23 assert(0 <= hotspot_.x() && hotspot_.x() <= image_->size().width()); in MouseCursor()
24 assert(0 <= hotspot_.y() && hotspot_.y() <= image_->size().height()); in MouseCursor()
Dmouse_cursor.h37 void set_hotspot(const DesktopVector& hotspot) { hotspot_ = hotspot; } in set_hotspot()
38 const DesktopVector& hotspot() const { return hotspot_; } in hotspot()
42 DesktopVector hotspot_; variable
Ddesktop_and_cursor_composer_unittest.cc139 if (!hotspot_.equals(hotspot)) in SetHotspot()
141 hotspot_ = hotspot; in SetHotspot()
148 callback_->OnMouseCursor(CreateTestCursor(hotspot_)); in Capture()
157 DesktopVector hotspot_; member in webrtc::__anon7733944e0111::FakeMouseMonitor