Searched refs:TextuiCharChromatic (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/libs/lib_ui/ |
H A D | textui_no_alloc.rs | 13 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 D | textui.rs | 286 pub struct TextuiCharChromatic { struct 408 impl TextuiCharChromatic { implementation 410 TextuiCharChromatic { in new() 533 chars: Vec<TextuiCharChromatic>, // 字符对象数组 544 r.chars.push(TextuiCharChromatic::new( in new()
|