Lines Matching defs:u32
47 pub fn get_color(&self, vc_data: &VirtualConsoleData, c: u16, is_fg: bool) -> u32 { in get_color()
107 pub fn mono_color(&self) -> u32 { in mono_color()
125 cnt: u32, in bit_put_string()
126 cellsize: u32, in bit_put_string()
292 xpos: u32, in con_putc()
293 ypos: u32, in con_putc()
303 ypos: u32, in con_putcs()
304 xpos: u32, in con_putcs()
569 height: u32, in bmove()
570 width: u32, in bmove()
588 sy: u32, in clear()
589 sx: u32, in clear()
590 height: u32, in clear()
591 width: u32, in clear()
611 mut count: u32, in put_string()
612 y: u32, in put_string()
613 x: u32, in put_string()
614 fg: u32, in put_string()
615 bg: u32, in put_string()
656 fn cursor(&self, vc_data: &VirtualConsoleData, op: CursorOperation, fg: u32, bg: u32) { in cursor()