Home
last modified time | relevance | path

Searched refs:root_x (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/desktop_capture/linux/
Dmouse_cursor_monitor_x11.cc140 int root_x; in Capture() local
150 &root_x, &root_y, &win_x, &win_y, &mask); in Capture()
179 callback_->OnMouseCursorPosition(DesktopVector(root_x, root_y)); in Capture()
/external/python/cpython3/Lib/idlelib/
Dtooltip.py50 root_x = self.anchor_widget.winfo_rootx() + x
52 self.tipwindow.wm_geometry("+%d+%d" % (root_x, root_y))