Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/video/fbdev/base/fbcon/
H A Dframebuffer_console.rs159 let mut dst_offset = 0; in bit_put_string() localVariable
161 let dst_offset_next = dst_offset + byte_width; in bit_put_string()
163 .copy_from_slice(&dst[dst_offset..dst_offset_next]); in bit_put_string()
166 dst_offset = dst_offset_next; in bit_put_string()