Searched refs:bytes_wide (Results 1 – 1 of 1) sorted by relevance
1995 int bytes_wide; in bit_to_pix4() local2001 bytes_wide = (tems.ts_font.width + 7) / 8; in bit_to_pix4()2004 for (byte = 0; byte < bytes_wide; byte++) { in bit_to_pix4()2049 int bytes_wide; in bit_to_pix8() local2057 bytes_wide = (tems.ts_font.width + 7) / 8; in bit_to_pix8()2061 for (byte = 0; byte < bytes_wide; byte++) { in bit_to_pix8()2109 int bytes_wide; in bit_to_pix24() local2121 bytes_wide = (tems.ts_font.width + 7) / 8; in bit_to_pix24()2125 for (byte = 0; byte < bytes_wide; byte++) { in bit_to_pix24()