Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/video/fbdev/base/
H A Dmod.rs133 let bpp = self.current_fb_var().bits_per_pixel; in fast_imageblit() localVariable
136 let ppw = 32 / bpp; in fast_imageblit()
140 let tab: &[u32] = match bpp { in fast_imageblit()
150 fgx <<= bpp; in fast_imageblit()
151 bgx <<= bpp; in fast_imageblit()
/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot.rs94 scinfo.lfb_depth = fb_table.bpp; in early_init_framebuffer_info()
H A Dmultiboot2.rs118 scinfo.lfb_depth = fb_tag.bpp(); in early_init_framebuffer_info()
/DragonOS/kernel/crates/multiboot/src/
H A Dlib.rs295 pub bpp: u8, field
/DragonOS/kernel/src/driver/video/fbdev/
H A Dvesafb.rs400 let bpp = self.current_fb_var().bits_per_pixel; in fb_fillrect() localVariable
403 match bpp { in fb_fillrect()
433 format!("unsupported bit depth:{}!\n\0", bpp).as_bytes(), in fb_fillrect()