Searched refs:FRcolor (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.3/kernel/src/libs/libUI/ |
D | textui.h | 61 unsigned FRcolor : 24; // rgb member 152 int textui_putchar_window(struct textui_window_t *window, uint16_t character, uint32_t FRcolor, uin… 162 int textui_putchar(uint16_t character, uint32_t FRcolor, uint32_t BKcolor);
|
D | textui.c | 171 …c int __textui_putchar_window(struct textui_window_t *window, uint16_t character, uint32_t FRcolor, in __textui_putchar_window() argument 179 vline->chars[vline->index].FRcolor = FRcolor & 0xffffff; in __textui_putchar_window() 208 int textui_putchar_window(struct textui_window_t *window, uint16_t character, uint32_t FRcolor, uin… in textui_putchar_window() argument 233 __textui_putchar_window(window, ' ', FRcolor, BKcolor); in textui_putchar_window() 274 __textui_putchar_window(window, character, FRcolor, BKcolor); in textui_putchar_window() 290 int textui_putchar(uint16_t character, uint32_t FRcolor, uint32_t BKcolor) in textui_putchar() argument 293 return textui_putchar_window(__private_info.default_window, character, FRcolor, BKcolor); in textui_putchar()
|
D | textui-render.c | 126 uint32_t FRcolor = character->FRcolor & 0x00ffffff; in __textui_render_chromatic() local 146 *addr = FRcolor; // 字,显示前景色 in __textui_render_chromatic()
|
/DragonOS-0.1.3/kernel/src/common/ |
D | printk.h | 73 int printk_color(unsigned int FRcolor, unsigned int BKcolor, const char *fmt, ...);
|
/DragonOS-0.1.3/kernel/src/libs/ |
D | printk.rs | 46 ($FRcolor:expr, $BKcolor:expr, $($arg:tt)*) => { 48 …$crate::libs::printk::PrintkWriter.__write_string_color($FRcolor, $BKcolor, alloc::fmt::format(for…
|
D | printk.c | 594 int printk_color(unsigned int FRcolor, unsigned int BKcolor, const char *fmt, ...) in printk_color() argument 611 textui_putchar(current, FRcolor, BKcolor); in printk_color()
|
/DragonOS-0.1.3/docs/kernel/core_api/ |
D | kernel_api.md | 591 #### `printk_color(unsigned int FRcolor, unsigned int BKcolor, const char* fmt, ...)` 599 **FRcolor**
|