Home
last modified time | relevance | path

Searched defs:move_cursor (Results 1 – 10 of 10) sorted by relevance

/external/libdrm/tests/modetest/
Dcursor.c90 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) in move_cursor() function
/external/python/cpython3/Lib/test/test_pyrepl/
Dsupport.py140 def move_cursor(self, x: int, y: int) -> None: member in FakeConsole
/external/python/cpython3/Lib/_pyrepl/
Dconsole.py81 def move_cursor(self, x: int, y: int) -> None: ... member in Console
Dwindows_console.py340 def move_cursor(self, x: int, y: int) -> None: member in WindowsConsole
Dunix_console.py312 def move_cursor(self, x, y): member in UnixConsole
/external/rust/android-crates-io/crates/drm-ffi/src/
Dmode.rs358 pub fn move_cursor( in move_cursor() function
/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dgpu.rs167 pub fn move_cursor(&mut self, pos_x: u32, pos_y: u32) -> Result { in move_cursor() method
/external/rust/android-crates-io/crates/virtio-drivers-and-devices/src/device/
Dgpu.rs167 pub fn move_cursor(&mut self, pos_x: u32, pos_y: u32) -> Result { in move_cursor() method
/external/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs820 pub fn move_cursor(&mut self, _scanout_id: u32, x: u32, y: u32) -> VirtioGpuResult { in move_cursor() method
/external/rust/android-crates-io/crates/drm/src/control/
Dmod.rs762 fn move_cursor(&self, crtc: crtc::Handle, pos: (i32, i32)) -> io::Result<()> { in move_cursor() method