Searched refs:fb_bpp (Results 1 – 2 of 2) sorted by relevance
95 fb.fb_bpp = attr.fbtype.fb_depth >> 3; in gfx_framework_init()97 fb.fb_bpp = 2; in gfx_framework_init()170 offset = y * fb.fb_pitch + x * fb.fb_bpp; in gfx_fb_setpixel()531 data = malloc(fwidth * fheight * fb.fb_bpp); in gfx_fb_putimage()571 j = (y * fwidth + x) * fb.fb_bpp; in gfx_fb_putimage()746 size = width * fb.fb_bpp; in gfx_fb_cons_display()747 fbp = fb.fb_addr + col * fb.fb_bpp + row * fb.fb_pitch; in gfx_fb_cons_display()753 bitmap_cpy(dest, src, size, fb.fb_bpp); in gfx_fb_cons_display()
38 int fb_bpp; /* bytes per pixel */ member