Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/font/
H A Dfont.c402 uint8_t nibblett; in font_bit_to_pix4() local
420 nibblett = (data >> ((3-i) * 2)) & 0x3; in font_bit_to_pix4()
421 switch (nibblett) { in font_bit_to_pix4()