Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/lib_ui/font/
H A Dmod.rs37 pub const fn width(&self) -> u32 { in width() method
58 pub width: usize, field
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui_no_alloc.rs26 let width = video_refresh_manager().device_buffer().width(); in textui_init_no_alloc() localVariable
H A Dscreen_manager.rs58 width: u32, // 帧缓冲区宽度(pixel或columns) field
153 pub fn width(&self) -> u32 { in width() method
/DragonOS/kernel/src/libs/font/
H A Dmod.rs9 pub width: u32, field
/DragonOS/kernel/src/driver/tty/
H A Dmod.rs36 pub width: u32, field
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot2.rs106 let width = fb_tag.width(); in early_init_framebuffer_info() localVariable
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs487 pub width: u32, field
530 pub width: u32, field
587 pub width: Option<u32>, field
1228 pub width: u32, field
/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dframebuffer_console.rs622 let width = (vc_data.font.width + 7) / 8; in put_string() localVariable
H A Dmod.rs480 let width = (vc_data.font.width + 7) / 8; in update_attr() localVariable
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dvirtual_console.rs1539 let mut width = 1; in console_write_normal() localVariable