Searched refs:WHITE (Results 1 – 3 of 3) sorted by relevance
19 #define WHITE 0x00ffffff // 白 macro66 #define printk(...) printk_color(WHITE, BLACK, __VA_ARGS__)
48 let _ = textui_putstr(s, FontColor::WHITE, FontColor::BLACK); in __write_string()51 let _ = textui_putstr(s, FontColor::WHITE, FontColor::BLACK); in __write_string()
244 pub const WHITE: FontColor = FontColor::new(0xff, 0xff, 0xff); constant