Home
last modified time | relevance | path

Searched defs:height (Results 1 – 9 of 9) sorted by relevance

/DragonOS/kernel/src/libs/lib_ui/font/
H A Dmod.rs42 pub const fn height(&self) -> u32 { in height() method
59 pub height: usize, field
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui_no_alloc.rs25 let height = video_refresh_manager().device_buffer().height(); in textui_init_no_alloc() localVariable
H A Dscreen_manager.rs56 height: u32, // 帧缓冲区高度(pixel或lines) field
146 pub fn height(&self) -> u32 { in height() method
/DragonOS/kernel/src/libs/font/
H A Dmod.rs10 pub height: u32, field
/DragonOS/kernel/src/driver/tty/
H A Dmod.rs37 pub height: u32, field
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot.rs83 let height = fb_table.height; in early_init_framebuffer_info() localVariable
H A Dmultiboot2.rs107 let height = fb_tag.height(); in early_init_framebuffer_info() localVariable
/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs518 pub height: u32, field
561 pub height: u32, field
614 pub height: Option<u32>, field
1234 pub height: u32, field
/DragonOS/kernel/crates/multiboot/src/
H A Dlib.rs294 pub height: u32, field