Searched refs:move_cursor (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/tests/modetest/ |
D | cursor.c | 90 static void move_cursor(struct cursor *cursor, const struct cursor_step *step) in move_cursor() function 127 { move_cursor, 1, 100, 1 }, 128 { move_cursor, 1, 10, 10 }, 130 { move_cursor, 1, 10, 10 }, 131 { move_cursor, 9, 100, 1 }, 132 { move_cursor, 11, 100, 5 }, 134 { move_cursor, 9, 100, 1 }, 136 { move_cursor, 9, 100, 1 },
|
/external/crosvm/devices/src/virtio/gpu/ |
D | virtio_gpu.rs | 410 pub fn move_cursor(&mut self, x: u32, y: u32) -> VirtioGpuResult { in move_cursor() method
|
D | mod.rs | 334 .move_cursor(info.pos.x.into(), info.pos.y.into()), in process_gpu_command()
|