Home
last modified time | relevance | path

Searched defs:Color (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dmod.rs245 pub struct Color { struct
252 impl Color { argument
H A Dvirtual_console.rs1233 fn t416_color(&mut self, mut idx: usize) -> (usize, Option<Color>) { in t416_color()
/DragonOS/kernel/src/libs/
H A Drbtree.rs28 enum Color { enum
106 fn set_color(&mut self, color: Color) { in set_color()
126 fn get_color(&self) -> Color { in get_color()
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs656 Color, enumerator