Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c95 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()
H A Dgfx_fb.h38 int fb_bpp; /* bytes per pixel */ member