Home | History | Annotate | Download | only in cursors

Lines Matching refs:hotspot_

64   hotspot_ = cursor_info.hotspot;
74 cursor_info->hotspot = hotspot_;
118 hotspot_.set_x(hotspot_x);
119 hotspot_.set_y(hotspot_y);
137 !pickle->WriteInt(hotspot_.x()) ||
138 !pickle->WriteInt(hotspot_.y()) ||
164 return hotspot_ == other.hotspot_ &&
211 hotspot_.set_x(0);
212 hotspot_.set_y(0);
222 hotspot_ = other.hotspot_;
256 hotspot_.set_x(std::max(0,
257 std::min(custom_size_.width() - 1, hotspot_.x())));
258 hotspot_.set_y(std::max(0,
259 std::min(custom_size_.height() - 1, hotspot_.y())));