Searched defs:FRcolor (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.8/kernel/src/libs/libUI/ |
D | textui.c | 177 …c int __textui_putchar_window(struct textui_window_t *window, uint16_t character, uint32_t FRcolor, in __textui_putchar_window() 214 int textui_putchar_window(struct textui_window_t *window, uint16_t character, uint32_t FRcolor, uin… in textui_putchar_window() 303 int textui_putchar(uint16_t character, uint32_t FRcolor, uint32_t BKcolor) in textui_putchar()
|
D | textui-render.c | 126 uint32_t FRcolor = character->FRcolor & 0x00ffffff; in __textui_render_chromatic() local
|
D | textui.h | 61 unsigned FRcolor : 24; // rgb member
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | printk.c | 594 int printk_color(unsigned int FRcolor, unsigned int BKcolor, const char *fmt, ...) in printk_color()
|
/DragonOS-0.1.8/docs/kernel/core_api/ |
D | kernel_api.md | 593 ##### 描述 597 ##### 参数
|