Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/font/
H A Dfont.c403 int bytes_wide; in font_bit_to_pix4() local
411 bytes_wide = (f->vf_width + 7) / 8; in font_bit_to_pix4()
414 for (byte = 0; byte < bytes_wide; byte++) { in font_bit_to_pix4()
463 int bytes_wide; in font_bit_to_pix8() local
473 bytes_wide = (f->vf_width + 7) / 8; in font_bit_to_pix8()
526 int bytes_wide; in font_bit_to_pix16() local
535 bytes_wide = (f->vf_width + 7) / 8; in font_bit_to_pix16()
588 int bytes_wide; in font_bit_to_pix24() local
597 bytes_wide = (f->vf_width + 7) / 8; in font_bit_to_pix24()
655 int bytes_wide; in font_bit_to_pix32() local
[all …]