Home
last modified time | relevance | path

Searched refs:FRcolor (Results 1 – 7 of 7) sorted by relevance

/DragonOS-0.1.2/kernel/src/libs/libUI/
Dtextui.h61 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);
Dtextui.c171 …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()
Dtextui-render.c126 uint32_t FRcolor = character->FRcolor & 0x00ffffff; in __textui_render_chromatic() local
146 *addr = FRcolor; // 字,显示前景色 in __textui_render_chromatic()
/DragonOS-0.1.2/kernel/src/common/
Dprintk.h73 int printk_color(unsigned int FRcolor, unsigned int BKcolor, const char *fmt, ...);
/DragonOS-0.1.2/kernel/src/libs/
Dprintk.rs46 ($FRcolor:expr, $BKcolor:expr, $($arg:tt)*) => {
48 …$crate::libs::printk::PrintkWriter.__write_string_color($FRcolor, $BKcolor, alloc::fmt::format(for…
Dprintk.c594 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.2/docs/kernel/core_api/
Dkernel_api.md591 #### `printk_color(unsigned int FRcolor, unsigned int BKcolor, const char* fmt, ...)`
599 **FRcolor**