Home
last modified time | relevance | path

Searched defs:move_cursor (Results 1 – 5 of 5) 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/rust/crates/drm-ffi/src/
Dmode.rs358 pub fn move_cursor( in move_cursor() function
/external/rust/crates/virtio-drivers/src/device/
Dgpu.rs170 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.rs787 pub fn move_cursor(&mut self, _scanout_id: u32, x: u32, y: u32) -> VirtioGpuResult { in move_cursor() method
/external/rust/crates/drm/src/control/
Dmod.rs760 fn move_cursor(&self, crtc: crtc::Handle, pos: (i32, i32)) -> io::Result<()> { in move_cursor() method