Home
last modified time | relevance | path

Searched refs:textui_putchar_window (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.8/kernel/src/libs/libUI/
Dtextui.h152 int textui_putchar_window(struct textui_window_t *window, uint16_t character, uint32_t FRcolor, uin…
Dtextui.c214 int textui_putchar_window(struct textui_window_t *window, uint16_t character, uint32_t FRcolor, uin… in textui_putchar_window() function
306 return textui_putchar_window(__private_info.default_window, character, FRcolor, BKcolor); in textui_putchar()