Searched refs:FONT_AMOUNT (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_vga.c | 17 #define FONT_AMOUNT (8*8192) macro 93 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT); 99 slowbcopy_tobus(hwp->FontInfo2, hwp->Base, FONT_AMOUNT); 202 if (hwp->FontInfo1 || (hwp->FontInfo1 = malloc(FONT_AMOUNT))) { 205 slowbcopy_frombus(hwp->Base, hwp->FontInfo1, FONT_AMOUNT); 207 if (hwp->FontInfo2 || (hwp->FontInfo2 = malloc(FONT_AMOUNT))) { 210 slowbcopy_frombus(hwp->Base, hwp->FontInfo2, FONT_AMOUNT);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 57 #define FONT_AMOUNT (8*8192) macro 67 #undef FONT_AMOUNT 68 #define FONT_AMOUNT 65536 796 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT); 804 slowbcopy_tobus(hwp->FontInfo2, hwp->Base, FONT_AMOUNT); 971 if (hwp->FontInfo1 || (hwp->FontInfo1 = malloc(FONT_AMOUNT))) { 974 slowbcopy_frombus(hwp->Base, hwp->FontInfo1, FONT_AMOUNT); 978 if (hwp->FontInfo2 || (hwp->FontInfo2 = malloc(FONT_AMOUNT))) { 981 slowbcopy_frombus(hwp->Base, hwp->FontInfo2, FONT_AMOUNT);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/ |
| H A D | vgaHW.c | 57 #define FONT_AMOUNT (8*8192) macro 67 #undef FONT_AMOUNT 68 #define FONT_AMOUNT 65536 799 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT); 807 slowbcopy_tobus(hwp->FontInfo2, hwp->Base, FONT_AMOUNT); 971 if (hwp->FontInfo1 || (hwp->FontInfo1 = malloc(FONT_AMOUNT))) { 974 slowbcopy_frombus(hwp->Base, hwp->FontInfo1, FONT_AMOUNT); 978 if (hwp->FontInfo2 || (hwp->FontInfo2 = malloc(FONT_AMOUNT))) { 981 slowbcopy_frombus(hwp->Base, hwp->FontInfo2, FONT_AMOUNT);
|
Completed in 7 milliseconds