Home
last modified time | relevance | path

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

/external/chromium_org/content/common/cursors/
Dwebcursor.cc64 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 …]
Dwebcursor_aurawin.cc24 hotspot_, in GetPlatformCursor()
Dwebcursor_ozone.cc20 gfx::Point hotspot = hotspot_; in GetPlatformCursor()
Dwebcursor_aurax11.cc32 gfx::Point hotspot = hotspot_; in GetPlatformCursor()
Dwebcursor.h157 gfx::Point hotspot_; variable
Dwebcursor_mac.mm299 custom_data_, custom_size_, custom_scale_, hotspot_);
/external/chromium_org/third_party/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.cc105 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
/external/chromium_org/ui/base/cursor/ozone/
Dbitmap_cursor_factory_ozone.h24 : bitmap_(bitmap), hotspot_(hotspot) {} in BitmapCursorOzone()
26 const gfx::Point& hotspot() { return hotspot_; } in hotspot()
34 gfx::Point hotspot_; variable