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

/xsrc/external/mit/bdftopcf/dist/
H A Dfntfilio.h39 #define FontFilePutc(c,f) BufFilePut(c,f) macro
H A Dpcfwrite.c71 (void) FontFilePutc(c, file);
72 (void) FontFilePutc(c >> 8, file);
73 (void) FontFilePutc(c >> 16, file);
74 return FontFilePutc(c >> 24, file);
82 (void) FontFilePutc(c >> 24, file);
83 (void) FontFilePutc(c >> 16, file);
84 (void) FontFilePutc(c >> 8, file);
85 return FontFilePutc(c, file);
88 (void) FontFilePutc(c, file);
89 (void) FontFilePutc(
[all...]
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dpcfwrite.c56 (void) FontFilePutc(c, file);
57 (void) FontFilePutc(c >> 8, file);
58 (void) FontFilePutc(c >> 16, file);
59 return FontFilePutc(c >> 24, file);
67 (void) FontFilePutc(c >> 24, file);
68 (void) FontFilePutc(c >> 16, file);
69 (void) FontFilePutc(c >> 8, file);
70 return FontFilePutc(c, file);
72 (void) FontFilePutc(c, file);
73 (void) FontFilePutc(
[all...]
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dpcfwrite.c58 (void) FontFilePutc(c, file);
59 (void) FontFilePutc(c >> 8, file);
60 (void) FontFilePutc(c >> 16, file);
61 return FontFilePutc(c >> 24, file);
69 (void) FontFilePutc(c >> 24, file);
70 (void) FontFilePutc(c >> 16, file);
71 (void) FontFilePutc(c >> 8, file);
72 return FontFilePutc(c, file);
74 (void) FontFilePutc(c, file);
75 (void) FontFilePutc(
[all...]
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfntfilio.h39 #define FontFilePutc(c,f) BufFilePut(c,f) macro
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfntfilio.h39 #define FontFilePutc(c,f) BufFilePut(c,f) macro

Completed in 13 milliseconds