Home
last modified time | relevance | path

Searched defs:move_cursor (Results 1 – 2 of 2) 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/crosvm/devices/src/virtio/gpu/
Dvirtio_gpu.rs410 pub fn move_cursor(&mut self, x: u32, y: u32) -> VirtioGpuResult { in move_cursor() method