Home
last modified time | relevance | path

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

/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dvga.c527 static unsigned char *font_buf2; /* saved font data - plane 3 */ variable
2019 font_buf2 = font_buf1 + FONT_SIZE; in initialize()
2038 slowcpy_from_sm(font_buf2, SM, FONT_SIZE); in initialize()
2040 slowcpy(font_buf2, GM, FONT_SIZE); in initialize()
2348 slowcpy_to_sm(SM, font_buf2, FONT_SIZE); in vga_setmode()
2350 slowcpy(GM, font_buf2, FONT_SIZE); in vga_setmode()
2516 memcpy(font_buf2, font, putsize); in vga_puttextfont()
2519 memset(font_buf2 + putsize, 0, (size_t)(FONT_SIZE - putsize)); in vga_puttextfont()