Searched refs:FontFileGetc (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/bdftopcf/dist/
H A Dfntfilio.h38 #define FontFileGetc(f) BufFileGet(f) macro
H A Dbdfutils.c106 while ((c = FontFileGetc(file)) != FontFileEOF) {
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfntfilio.h38 #define FontFileGetc(f) BufFileGet(f) macro
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfntfilio.h38 #define FontFileGetc(f) BufFileGet(f) macro
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfread.c69 #define FONT_FILE_GETC_ERR(f) (tmp = FontFileGetc(f), BAIL_ON_EOF)
76 c = FontFileGetc(file);
77 c |= FontFileGetc(file) << 8;
78 c |= FontFileGetc(file) << 16;
79 c |= FontFileGetc(file) << 24;
90 c = FontFileGetc(file) << 24;
91 c |= FontFileGetc(file) << 16;
92 c |= FontFileGetc(file) << 8;
93 c |= FontFileGetc(file);
95 c = FontFileGetc(fil
[all...]
H A Dbdfutils.c107 while ((c = FontFileGetc(file)) != FontFileEOF) {
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfread.c71 #define FONT_FILE_GETC_ERR(f) (tmp = FontFileGetc(f), BAIL_ON_EOF)
78 c = FontFileGetc(file);
79 c |= FontFileGetc(file) << 8;
80 c |= FontFileGetc(file) << 16;
81 c |= FontFileGetc(file) << 24;
92 c = FontFileGetc(file) << 24;
93 c |= FontFileGetc(file) << 16;
94 c |= FontFileGetc(file) << 8;
95 c |= FontFileGetc(file);
97 c = FontFileGetc(fil
[all...]
H A Dbdfutils.c108 while ((c = FontFileGetc(file)) != FontFileEOF) {
/xsrc/external/mit/libfontenc/dist/src/
H A Dencparse.c51 #define FontFileGetc(f) gzgetc(f) macro
98 c = FontFileGetc(f);
104 c = FontFileGetc(f);
116 c = FontFileGetc(f);
120 c = FontFileGetc(f);
140 c = FontFileGetc(f);
152 c = FontFileGetc(f);
165 c = FontFileGetc(f);
176 c = FontFileGetc(f);
183 c = FontFileGetc(
[all...]

Completed in 13 milliseconds