Searched refs:FONT_AMOUNT (Results 1 – 1 of 1) sorted by relevance
57 #define FONT_AMOUNT (8*8192) macro67 #undef FONT_AMOUNT68 #define FONT_AMOUNT 65536799 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()