Searched refs:hotspot_ (Results 1 – 10 of 10) sorted by relevance
64 hotspot_ = cursor_info.hotspot; in InitFromCursorInfo()74 cursor_info->hotspot = hotspot_; in GetCursorInfo()118 hotspot_.set_x(hotspot_x); in Deserialize()119 hotspot_.set_y(hotspot_y); in Deserialize()137 !pickle->WriteInt(hotspot_.x()) || in Serialize()138 !pickle->WriteInt(hotspot_.y()) || in Serialize()164 return hotspot_ == other.hotspot_ && in IsEqual()211 hotspot_.set_x(0); in Clear()212 hotspot_.set_y(0); in Clear()222 hotspot_ = other.hotspot_; in Copy()[all …]
24 hotspot_, in GetPlatformCursor()
20 gfx::Point hotspot = hotspot_; in GetPlatformCursor()
32 gfx::Point hotspot = hotspot_; in GetPlatformCursor()
157 gfx::Point hotspot_; variable
299 custom_data_, custom_size_, custom_scale_, hotspot_);
23 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()
36 void set_hotspot(const DesktopVector& hotspot ) { hotspot_ = hotspot; } in set_hotspot()37 const DesktopVector& hotspot() const { return hotspot_; } in hotspot()41 DesktopVector hotspot_; variable
105 if (!hotspot_.equals(hotspot)) in SetHotspot()107 hotspot_ = hotspot; in SetHotspot()124 data[(hotspot_.y() + y) * kCursorWidth + (hotspot_.x() + x)] = in Capture()129 callback_->OnMouseCursor(new MouseCursor(image.release(), hotspot_)); in Capture()139 DesktopVector hotspot_; member in webrtc::__anon21745e650111::FakeMouseMonitor
24 : bitmap_(bitmap), hotspot_(hotspot) {} in BitmapCursorOzone()26 const gfx::Point& hotspot() { return hotspot_; } in hotspot()34 gfx::Point hotspot_; variable