Searched refs:hotspot_ (Results 1 – 3 of 3) sorted by relevance
22 : 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()
37 void set_hotspot(const DesktopVector& hotspot) { hotspot_ = hotspot; } in set_hotspot()38 const DesktopVector& hotspot() const { return hotspot_; } in hotspot()42 DesktopVector hotspot_; variable
139 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