Home
last modified time | relevance | path

Searched defs:width (Results 1 – 11 of 11) sorted by relevance

/DragonOS-0.1.9/kernel/src/libs/lib_ui/font/
Dmod.rs37 pub const fn width(&self) -> u32 { in width() method
57 pub width: usize, field
/DragonOS-0.1.9/kernel/src/libs/lib_ui/
Dtextui_no_alloc.rs26 let width = video_refresh_manager().device_buffer().width(); in textui_init_no_alloc() localVariable
Dscreen_manager.rs55 width: u32, // 帧缓冲区宽度(pixel或columns) field
141 pub fn width(&self) -> u32 { in width() method
/DragonOS-0.1.9/kernel/src/libs/font/
Dmod.rs8 pub width: u32, field
/DragonOS-0.1.9/kernel/src/driver/tty/
Dmod.rs34 pub width: u32, field
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/
Dmod.rs500 pub width: u32, field
543 pub width: u32, field
600 pub width: Option<u32>, field
1251 pub width: u32, field
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/base/fbcon/
Dframebuffer_console.rs618 let width = (vc_data.font.width + 7) / 8; in put_string() localVariable
Dmod.rs470 let width = (vc_data.font.width + 7) / 8; in update_attr() localVariable
/DragonOS-0.1.9/kernel/src/driver/multiboot2/
Dmultiboot2.h167 unsigned int width; member
/DragonOS-0.1.9/kernel/src/driver/video/fbdev/
Dvesafb.rs852 let width = fb_info.framebuffer_width; in vesafb_early_init() localVariable
/DragonOS-0.1.9/kernel/src/driver/tty/virtual_terminal/
Dvirtual_console.rs1549 let mut width = 1; in console_write_normal() localVariable