Home
last modified time | relevance | path

Searched refs:FbCursor (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs33 use super::{fbmem::sys_class_graphics_instance, FbCursor, ScrollMode};
359 pub cursor_state: FbCursor,
H A Dframebuffer_console.rs15 CopyAreaData, FbCursor, FbCursorSetMode, FbImage, FbVisual, FillRectData, FillRectROP,
660 let mut cursor = FbCursor::default(); in cursor()
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs438 fn fb_cursor(&self, _cursor: &FbCursor) -> Result<(), SystemError> { in fb_cursor()
443 fn soft_cursor(&self, cursor: FbCursor) -> Result<(), SystemError> { in soft_cursor()
1173 pub struct FbCursor { struct