Home | History | Annotate | Download | only in hpc

Lines Matching defs:FONT_HEIGHT

55 #define FONT_HEIGHT	8
176 bicons_height = bicons_ypixel / FONT_HEIGHT;
249 scroll(FONT_HEIGHT, (bicons_height - 1) * FONT_HEIGHT,
250 - FONT_HEIGHT);
251 clear((bicons_height - 1) * FONT_HEIGHT, FONT_HEIGHT);
299 p = &fb_vram[(y * FONT_HEIGHT * fb_line_bytes) +
301 for (i = 0; i < FONT_HEIGHT; i++) {
303 [FONT_WIDTH * (FONT_HEIGHT * c + i)], 0xff);