Home
last modified time | relevance | path

Searched refs:height (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/kernel/src/driver/video/
Dvideo.c178 video_frame_buffer_info.height = __fb_info.framebuffer_height; in video_init()
182 …video_frame_buffer_info.width * video_frame_buffer_info.height * ((video_frame_buffer_info.bit_dep… in video_init()
/DragonOS-0.1.8/kernel/src/libs/libUI/
Dscreen_manager.h22 uint32_t height; // 帧缓冲区高度(pixel或lines) member
Dscreen_manager.c43 buf->height = video_frame_buffer_info.height; in __create_buffer()
Dtextui.c341 uint16_t total_vlines = textui_framework.buf->height / TEXTUI_CHAR_HEIGHT; in textui_init()
357 __private_info.actual_line = textui_framework.buf->height / TEXTUI_CHAR_HEIGHT; in textui_init()
/DragonOS-0.1.8/kernel/src/driver/multiboot2/
Dmultiboot2.h171 unsigned int height; member