Searched refs:FSFontDataRec (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfservestr.h61 } FSFontDataRec; typedef in typeref:struct:_fs_font_data
H A Dfsconvert.c622 * fsdata points at FSFontRec, FSFontDataRec and name
659 fsfont = malloc (sizeof (FSFontRec) + sizeof (FSFontDataRec) + namelen + 1);
667 bzero((char *) fsd, sizeof(FSFontDataRec));
H A Dfserve.c571 FSFontDataRec *fsd;
575 fsd = (FSFontDataRec *) bfont->pfont->fpePrivate;
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfservestr.h61 } FSFontDataRec; typedef in typeref:struct:_fs_font_data
H A Dfsconvert.c624 * fsdata points at FSFontRec, FSFontDataRec and name
661 fsfont = malloc (sizeof (FSFontRec) + sizeof (FSFontDataRec) + namelen + 1);
669 bzero((char *) fsd, sizeof(FSFontDataRec));
H A Dfserve.c596 FSFontDataRec *fsd = (FSFontDataRec *)bfont->pfont->fpePrivate;

Completed in 34 milliseconds