Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/
Dwebcursor.cc57 hotspot_ = cursor_info.hotSpot; in InitFromCursorInfo()
65 cursor_info->hotSpot = hotspot_; in GetCursorInfo()
101 hotspot_.set_x(hotspot_x); in Deserialize()
102 hotspot_.set_y(hotspot_y); in Deserialize()
119 !pickle->WriteInt(hotspot_.x()) || in Serialize()
120 !pickle->WriteInt(hotspot_.y()) || in Serialize()
145 return hotspot_ == other.hotspot_ && in IsEqual()
152 hotspot_.set_x(0); in Clear()
153 hotspot_.set_y(0); in Clear()
162 hotspot_ = other.hotspot_; in Copy()
[all …]
Dwebcursor_gtk.cc203 hotspot_.x(), in GetCustomCursor()
204 hotspot_.y()); in GetCustomCursor()
Dwebcursor_win.cc180 ii.xHotspot = hotspot_.x(); in GetCursor()
181 ii.yHotspot = hotspot_.y(); in GetCursor()
Dwebcursor.h140 gfx::Point hotspot_; variable
Dwebcursor_mac.mm161 return CreateCustomCursor(custom_data_, custom_size_, hotspot_);
/external/chromium_org/webkit/common/cursors/
Dwebcursor.cc62 hotspot_ = cursor_info.hotspot; in InitFromCursorInfo()
72 cursor_info->hotspot = hotspot_; in GetCursorInfo()
116 hotspot_.set_x(hotspot_x); in Deserialize()
117 hotspot_.set_y(hotspot_y); in Deserialize()
135 !pickle->WriteInt(hotspot_.x()) || in Serialize()
136 !pickle->WriteInt(hotspot_.y()) || in Serialize()
162 return hotspot_ == other.hotspot_ && in IsEqual()
209 hotspot_.set_x(0); in Clear()
210 hotspot_.set_y(0); in Clear()
220 hotspot_ = other.hotspot_; in Copy()
[all …]
Dwebcursor_gtk.cc182 hotspot_.x(), in GetCustomCursor()
183 hotspot_.y()); in GetCustomCursor()
Dwebcursor_aurawin.cc22 hotspot_, in GetPlatformCursor()
Dwebcursor_aurax11.cc29 gfx::Point hotspot = hotspot_; in GetPlatformCursor()
Dwebcursor.h167 gfx::Point hotspot_; variable
Dwebcursor_win.cc134 hotspot_, in GetCursor()
Dwebcursor_mac.mm305 custom_data_, custom_size_, custom_scale_, hotspot_);