Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui_no_alloc.rs13 FontColor, LineId, LineIndex, TextuiCharChromatic, TEXTUI_CHAR_HEIGHT, TEXTUI_CHAR_WIDTH,
64 let char = TextuiCharChromatic::new(Some(' '), frcolor, bkcolor); in no_init_textui_putchar_window()
81 let char = TextuiCharChromatic::new(Some(' '), frcolor, bkcolor); in no_init_textui_putchar_window()
102 let char = TextuiCharChromatic::new(Some(character), frcolor, bkcolor); in no_init_textui_putchar_window()
H A Dtextui.rs286 pub struct TextuiCharChromatic { struct
408 impl TextuiCharChromatic { implementation
410 TextuiCharChromatic { in new()
533 chars: Vec<TextuiCharChromatic>, // 字符对象数组
544 r.chars.push(TextuiCharChromatic::new( in new()