Home
last modified time | relevance | path

Searched refs:FontInfo2 (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()
804 if (hwp->FontInfo2) { in vgaHWRestoreFonts()
807 slowbcopy_tobus(hwp->FontInfo2, hwp->Base, FONT_AMOUNT); in vgaHWRestoreFonts()
978 if (hwp->FontInfo2 || (hwp->FontInfo2 = malloc(FONT_AMOUNT))) { in vgaHWSaveFonts()
981 slowbcopy_frombus(hwp->Base, hwp->FontInfo2, FONT_AMOUNT); in vgaHWSaveFonts()
1731 free(hwp->FontInfo2); in vgaHWFreeHWRec()
H A DvgaHW.h119 void *FontInfo2; /* save area for fonts in member