Searched defs:hotspot_ (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ | ||
H A D | 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 |
H A D | 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::__anon15936::FakeMouseMonitor |
/external/chromium_org/ui/base/cursor/ozone/ | ||
H A D | bitmap_cursor_factory_ozone.h | 40 gfx::Point hotspot_; member in class:ui::BitmapCursorOzone |
/external/chromium_org/content/common/cursors/ | ||
H A D | webcursor.h | 157 gfx::Point hotspot_; member in class:content::WebCursor |
Completed in 51 milliseconds