Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.c57 #define FONT_AMOUNT (8*8192) macro
67 #undef FONT_AMOUNT
68 #define FONT_AMOUNT 65536
799 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT); in vgaHWRestoreFonts()
807 slowbcopy_tobus(hwp->FontInfo2, 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()
978 if (hwp->FontInfo2 || (hwp->FontInfo2 = malloc(FONT_AMOUNT))) { in vgaHWSaveFonts()
981 slowbcopy_frombus(hwp->Base, hwp->FontInfo2, FONT_AMOUNT); in vgaHWSaveFonts()