Searched refs:FONT_HEIGHT (Results 1 – 5 of 5) sorted by relevance
39 #define FONT_HEIGHT 16 macro44 #define COL (VRAM_HEIGHT / FONT_HEIGHT)88 (d->col * VRAM_WIDTH * FONT_HEIGHT) + (d->row * FONT_WIDTH); in wrtchar()92 for (y = 0; y < FONT_HEIGHT; y++) { in wrtchar()107 int y = FONT_HEIGHT - 1; in cursor()110 (d->col * VRAM_WIDTH * FONT_HEIGHT) + (d->row * FONT_WIDTH); in cursor()189 memcpy(VramBase, VramBase + VRAM_WIDTH * FONT_HEIGHT, in video_putc()191 memset(VramBase + VRAM_SIZE - VRAM_WIDTH * FONT_HEIGHT, in video_putc()192 d->bgcolor, VRAM_WIDTH * FONT_HEIGHT); in video_putc()
55 #define FONT_HEIGHT 8 macro176 bicons_height = bicons_ypixel / FONT_HEIGHT; in biconscninit()249 scroll(FONT_HEIGHT, (bicons_height - 1) * FONT_HEIGHT, in biconscnputc()250 - FONT_HEIGHT); in biconscnputc()251 clear((bicons_height - 1) * FONT_HEIGHT, FONT_HEIGHT); in biconscnputc()299 p = &fb_vram[(y * FONT_HEIGHT * fb_line_bytes) + in draw_char()301 for (i = 0; i < FONT_HEIGHT; i++) { in draw_char()303 [FONT_WIDTH * (FONT_HEIGHT * c + i)], 0xff); in draw_char()
217 #define FONT_HEIGHT 32 macro
2907 adder->y_limit = MAX_SCREEN_Y + FONT_HEIGHT; in clear_qd_screen()
219 #define FONT_HEIGHT 32 macro