Searched refs:FontInfo1 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_vga.c30 if (!hwp->FontInfo1 && !hwp->FontInfo2 && !hwp->TextInfo)
90 if (hwp->FontInfo1) {
93 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT);
202 if (hwp->FontInfo1 || (hwp->FontInfo1 = malloc(FONT_AMOUNT))) {
205 slowbcopy_frombus(hwp->Base, hwp->FontInfo1, FONT_AMOUNT);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
H A DvgaHW.h119 pointer FontInfo1; /* save area for fonts in member in struct:_vgaHWRec
H A DvgaHW.c738 if (!hwp->FontInfo1 && !hwp->FontInfo2 && !hwp->TextInfo)
793 if (hwp->FontInfo1) {
796 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT);
971 if (hwp->FontInfo1 || (hwp->FontInfo1 = malloc(FONT_AMOUNT))) {
974 slowbcopy_frombus(hwp->Base, hwp->FontInfo1, FONT_AMOUNT);
1728 free(hwp->FontInfo1);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/vgahw/
H A DvgaHW.h117 void *FontInfo1; /* save area for fonts in member in struct:_vgaHWRec
H A DvgaHW.c741 if (!hwp->FontInfo1 && !hwp->FontInfo2 && !hwp->TextInfo)
796 if (hwp->FontInfo1) {
799 slowbcopy_tobus(hwp->FontInfo1, hwp->Base, FONT_AMOUNT);
971 if (hwp->FontInfo1 || (hwp->FontInfo1 = malloc(FONT_AMOUNT))) {
974 slowbcopy_frombus(hwp->Base, hwp->FontInfo1, FONT_AMOUNT);
1730 free(hwp->FontInfo1);

Completed in 8 milliseconds