Searched refs:width (Results 1 – 6 of 6) sorted by relevance
178 video_frame_buffer_info.width = __fb_info.framebuffer_width; in video_init()183 …video_frame_buffer_info.width * video_frame_buffer_info.height * ((video_frame_buffer_info.bit_dep… in video_init()
21 uint32_t width; // 帧缓冲区宽度(pixel或columns) member
44 buf->width = video_frame_buffer_info.width; in __create_buffer()
138 addr = (uint32_t *)(fb + textui_framework.buf->width * (y + i) + x); in __textui_render_chromatic()
327 uint16_t chars_per_vline = textui_framework.buf->width / TEXTUI_CHAR_WIDTH; in textui_init()
170 unsigned int width; member