Home
last modified time | relevance | path

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

/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs469 let byte_num_of_depth = (buf_depth / 8) as usize; in no_init_textui_render_chromatic() localVariable
486 + buf_width as usize * byte_num_of_depth * (y as usize + i as usize) in no_init_textui_render_chromatic()
487 + byte_num_of_depth * x as usize) in no_init_textui_render_chromatic()
502 byte_num_of_depth, in no_init_textui_render_chromatic()
511 byte_num_of_depth, in no_init_textui_render_chromatic()
516 addr = addr.add(byte_num_of_depth); in no_init_textui_render_chromatic()