Home
last modified time | relevance | path

Searched refs:ColorInfoType (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/crates/multiboot/src/
H A Dlib.rs302 pub fn color_info(&self) -> Option<ColorInfoType> { in color_info() argument
305 0 => Some(ColorInfoType::Palette(self.color_info.palette)), in color_info()
306 1 => Some(ColorInfoType::Rgb(self.color_info.rgb)), in color_info()
307 2 => Some(ColorInfoType::Text), in color_info()
316 pub enum ColorInfoType { enum
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot.rs89 multiboot::ColorInfoType::Palette(_) => todo!(), in early_init_framebuffer_info()
90 multiboot::ColorInfoType::Rgb(rgb) => { in early_init_framebuffer_info()
102 multiboot::ColorInfoType::Text => { in early_init_framebuffer_info()