Searched refs:ROWBYTES (Results 1 – 1 of 1) sorted by relevance
60 #define ROWBYTES (HPIXELS / HPIXELSPERBYTE) macro61 #define SCREENBYTES (ROWBYTES * VPIXELS)76 const int x1 = ROWBYTES;82 unsigned short text[ROWBYTES * 30];221 text[fonty * ROWBYTES + fontx] = ch; in graphics_putchar()222 text[fonty * ROWBYTES + fontx] &= 0x00ff; in graphics_putchar()224 text[fonty * ROWBYTES + fontx] |= 0x100; in graphics_putchar()263 for (i = 0; i < ROWBYTES * 30; i++) in graphics_cls()331 fb_offset = ((VPIXELS - 1) - logo_height - 2) * ROWBYTES; in draw_xbmlogo()355 fb_offset += ROWBYTES; in draw_xbmlogo()[all …]