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

/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfntfilio.h40 #define FontFileRead(f,b,n) BufFileRead(f,b,n) macro
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfntfilio.h40 #define FontFileRead(f,b,n) BufFileRead(f,b,n) macro
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dsnfread.c85 if (FontFileRead(file, (char *) &snfCharInfo, sizeof snfCharInfo) !=
102 if (FontFileRead(file, (char *) &snfCharInfo, sizeof snfCharInfo) !=
154 if (FontFileRead(file, propspace, bytestoalloc) != bytestoalloc) {
180 if (FontFileRead(file, (char *) snfInfo, sizeof *snfInfo) != sizeof *snfInfo)
332 if (FontFileRead(file, bitmaps, bitmapsSize) != bitmapsSize) {
H A Dpcfread.c310 FontFileRead(file, strings, string_size);
508 FontFileRead(file, bitmaps, sizebitmaps);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfread.c87 if (FontFileRead(file, (char *) &snfCharInfo, sizeof snfCharInfo) !=
104 if (FontFileRead(file, (char *) &snfCharInfo, sizeof snfCharInfo) !=
156 if (FontFileRead(file, propspace, bytestoalloc) != bytestoalloc) {
182 if (FontFileRead(file, (char *) snfInfo, sizeof *snfInfo) != sizeof *snfInfo)
334 if (FontFileRead(file, bitmaps, bitmapsSize) != bitmapsSize) {
H A Dpcfread.c312 FontFileRead(file, strings, string_size);
510 FontFileRead(file, bitmaps, sizebitmaps);

Completed in 8 milliseconds