Searched refs:hotspot_ (Results 1 – 12 of 12) sorted by relevance
57 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 …]
203 hotspot_.x(), in GetCustomCursor()204 hotspot_.y()); in GetCustomCursor()
180 ii.xHotspot = hotspot_.x(); in GetCursor()181 ii.yHotspot = hotspot_.y(); in GetCursor()
140 gfx::Point hotspot_; variable
161 return CreateCustomCursor(custom_data_, custom_size_, hotspot_);
62 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 …]
182 hotspot_.x(), in GetCustomCursor()183 hotspot_.y()); in GetCustomCursor()
22 hotspot_, in GetPlatformCursor()
29 gfx::Point hotspot = hotspot_; in GetPlatformCursor()
167 gfx::Point hotspot_; variable
134 hotspot_, in GetCursor()
305 custom_data_, custom_size_, custom_scale_, hotspot_);