Home
last modified time | relevance | path

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

/freebsd/stand/i386/libi386/
H A Dvbe.c686 switch (mi.BitsPerPixel) { in vbe_set_mode()
694 printf("BitsPerPixel %d is not supported\n", mi.BitsPerPixel); in vbe_set_mode()
712 gfx_state.tg_fb.fb_bpp = mi.BitsPerPixel; in vbe_set_mode()
719 bpp = roundup2(mi.BitsPerPixel, NBBY) / NBBY; in vbe_set_mode()
813 mi.BitsPerPixel == i) in vbe_find_mode_xydm()
840 mi->XResolution, mi->YResolution, mi->BitsPerPixel); in vbe_dump_mode()
1019 if (depth != -1 && mi.BitsPerPixel != depth) in vbe_modelist()
H A Dvbe.h64 uint8_t XCharSize, YCharSize, NumberOfPlanes, BitsPerPixel; member
/freebsd/contrib/file/magic/Magdir/
H A Dimages1601 # BitsPerPixel; Bits per pixel: 1~StaticGray and GrayScale 2-15~StaticColor and PseudoColor 16,24,3…