HomeSort by relevance Sort by last modified time
    Searched refs:hotspot_ (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor.cc 23 hotspot_(hotspot) {
24 assert(0 <= hotspot_.x() && hotspot_.x() <= image_->size().width());
25 assert(0 <= hotspot_.y() && hotspot_.y() <= image_->size().height());
mouse_cursor.h 36 void set_hotspot(const DesktopVector& hotspot ) { hotspot_ = hotspot; }
37 const DesktopVector& hotspot() const { return hotspot_; }
41 DesktopVector hotspot_; member in class:webrtc::MouseCursor
desktop_and_cursor_composer_unittest.cc 105 if (!hotspot_.equals(hotspot))
107 hotspot_ = hotspot;
124 data[(hotspot_.y() + y) * kCursorWidth + (hotspot_.x() + x)] =
129 callback_->OnMouseCursor(new MouseCursor(image.release(), hotspot_));
139 DesktopVector hotspot_; member in class:webrtc::__anon20554::FakeMouseMonitor
  /external/chromium_org/content/common/cursors/
webcursor.cc 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)
    [all...]
webcursor_aurawin.cc 24 hotspot_,
webcursor_aurax11.cc 30 gfx::Point hotspot = hotspot_;
webcursor_ozone.cc 20 gfx::Point hotspot = hotspot_;
webcursor.h 157 gfx::Point hotspot_; member in class:content::WebCursor
  /external/chromium_org/ui/base/cursor/ozone/
bitmap_cursor_factory_ozone.cc 35 : hotspot_(hotspot), frame_delay_ms_(0) {
42 : bitmaps_(bitmaps), hotspot_(hotspot), frame_delay_ms_(frame_delay_ms) {
51 return hotspot_;
bitmap_cursor_factory_ozone.h 40 gfx::Point hotspot_; member in class:ui::BitmapCursorOzone

Completed in 140 milliseconds