Home
last modified time | relevance | path

Searched defs:hotspot (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor.h36 void set_hotspot(const DesktopVector& hotspot ) { hotspot_ = hotspot; } in set_hotspot()
37 const DesktopVector& hotspot() const { return hotspot_; } in hotspot() function
Dmouse_cursor.cc21 MouseCursor::MouseCursor(DesktopFrame* image, const DesktopVector& hotspot) in MouseCursor()
Ddesktop_and_cursor_composer_unittest.cc102 void SetHotspot(const DesktopVector& hotspot) { in SetHotspot()
224 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y); in TEST_F() local
Dmouse_cursor_monitor_x11.cc204 DesktopVector hotspot(std::min(img->width, img->xhot), in CaptureCursor() local
/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java470 private void queueCommand(int hotspot) { in queueCommand()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h121 POINT hotspot; /* -1, -1 if no cursor image set */ member