Home
last modified time | relevance | path

Searched refs:get_attr (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dmod.rs461 pub fn get_attr(c: u16, color_depth: u32) -> Self { in get_attr() method
H A Dframebuffer_console.rs624 let attr = FbConAttr::get_attr(data[0], fb_info.color_depth()); in put_string()
672 let attr = FbConAttr::get_attr(c, fb_info.color_depth()); in cursor()