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

/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A DFS.h80 #define FontInfoAllCharsExist (1L << 0) macro
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfservestr.h158 (structure)->allExist = ((packet)->font_header_flags & FontInfoAllCharsExist) != 0; \
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfservestr.h158 (structure)->allExist = ((packet)->font_header_flags & FontInfoAllCharsExist) != 0; \
/xsrc/external/mit/xfs/dist/include/
H A Dmisc.h134 (packet)->font_header_flags = ((structure)->allExist) ? FontInfoAllCharsExist : 0; \
/xsrc/external/mit/fslsfonts/dist/
H A Dfslsfonts.c447 printf("%5s ", (pfh->flags & FontInfoAllCharsExist) ? "all" : "some");
/xsrc/external/mit/showfont/dist/
H A Dshowfont.c326 if (hdr->flags & FontInfoAllCharsExist)

Completed in 6 milliseconds