Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.c741 if (!hwp->FontInfo1 && !hwp->FontInfo2 && !hwp->TextInfo) in vgaHWRestoreFonts()
796 if (hwp->FontInfo1) { in vgaHWRestoreFonts()
799 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT); in vgaHWRestoreFonts()
971 if (hwp->FontInfo1 || (hwp->FontInfo1 = malloc(FONT_AMOUNT))) { in vgaHWSaveFonts()
974 slowbcopy_frombus(hwp->Base, hwp->FontInfo1, FONT_AMOUNT); in vgaHWSaveFonts()
1730 free(hwp->FontInfo1); in vgaHWFreeHWRec()
H A DvgaHW.h117 void *FontInfo1; /* save area for fonts in member