Searched refs:FontFilePutc (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/bdftopcf/dist/ |
| H A D | fntfilio.h | 39 #define FontFilePutc(c,f) BufFilePut(c,f) macro
|
| H A D | pcfwrite.c | 71 (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 D | pcfwrite.c | 56 (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 D | pcfwrite.c | 58 (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 D | fntfilio.h | 39 #define FontFilePutc(c,f) BufFilePut(c,f) macro
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | fntfilio.h | 39 #define FontFilePutc(c,f) BufFilePut(c,f) macro
|
Completed in 13 milliseconds