Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs402 pub fn is_frcolor(&self, height: usize, width: usize) -> bool { in is_frcolor() method
441 if font.is_frcolor(i as usize, j as usize) { in textui_refresh_character()