HomeSort by: relevance | last modified time | path
    Searched refs:defaultCh (Results 1 - 25 of 35) sorted by relevancy

1 2

  /xsrc/external/mit/xfs/dist/include/
misc.h 146 (packet)->font_header_default_char_high = (structure)->defaultCh >> 8; \
147 (packet)->font_header_default_char_low = (structure)->defaultCh & 0xff; \
153 (packet)->font_header_default_char_high = (structure)->defaultCh & 0xff; \
154 (packet)->font_header_default_char_low = (structure)->defaultCh >> 8; \
  /xsrc/external/mit/xorg-server.old/dist/include/
dixfontstr.h 47 #define FONTDEFAULTCH(font) (font)->info.defaultCh
  /xsrc/external/mit/xfs/dist/difs/
charinfo.c 107 unsigned short defaultCh;
149 defaultCh = pinfo->defaultCh;
150 ch[0] = defaultCh >> 8;
151 ch[1] = defaultCh & 0xff;
176 (*xci == defaultPtr && defaultCh != ((r<<8)+c)))
  /xsrc/external/mit/libXfont/dist/src/bitmap/
snfread.c 117 pFontInfo->defaultCh = snfInfo->chDefault;
414 if (pFont->info.defaultCh != (unsigned short) NO_SUCH_CHAR) {
419 r = pFont->info.defaultCh >> 8;
420 c = pFont->info.defaultCh & 0xFF;
bdfutils.c 306 pFont->info.defaultCh = prop->value;
pcfread.c 603 pFont->info.defaultCh = pcfGetINT16(file, format);
657 if (pFont->info.defaultCh != (unsigned short) NO_SUCH_CHAR) {
662 r = pFont->info.defaultCh >> 8;
663 c = pFont->info.defaultCh & 0xFF;
744 pFontInfo->defaultCh = pcfGetINT16(file, format);
bdfread.c 869 r = pFont->info.defaultCh >> 8;
870 c = pFont->info.defaultCh & 0xFF;
bitscale.c 1068 if (pfi->defaultCh != (unsigned short) NO_SUCH_CHAR) {
1073 r = pfi->defaultCh >> 8;
1074 c = pfi->defaultCh & 0xFF;
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
snfread.c 119 pFontInfo->defaultCh = snfInfo->chDefault;
416 if (pFont->info.defaultCh != (unsigned short) NO_SUCH_CHAR) {
421 r = pFont->info.defaultCh >> 8;
422 c = pFont->info.defaultCh & 0xFF;
bdfutils.c 307 pFont->info.defaultCh = prop->value;
pcfread.c 605 pFont->info.defaultCh = pcfGetINT16(file, format);
659 if (pFont->info.defaultCh != (unsigned short) NO_SUCH_CHAR) {
664 r = pFont->info.defaultCh >> 8;
665 c = pFont->info.defaultCh & 0xFF;
746 pFontInfo->defaultCh = pcfGetINT16(file, format);
bdfread.c 871 r = pFont->info.defaultCh >> 8;
872 c = pFont->info.defaultCh & 0xFF;
bitscale.c 1065 if (pfi->defaultCh != (unsigned short) NO_SUCH_CHAR) {
1070 r = pfi->defaultCh >> 8;
1071 c = pfi->defaultCh & 0xFF;
  /xsrc/external/mit/xorg-server/dist/include/
dixfontstr.h 48 #define FONTDEFAULTCH(font) (font)->info.defaultCh
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_font.c 109 glamor_font->default_row = font->info.defaultCh >> 8;
110 glamor_font->default_col = font->info.defaultCh;
  /xsrc/external/mit/bdftopcf/dist/
bdfutils.c 303 pFont->info.defaultCh = prop->value;
bdfread.c 865 r = pFont->info.defaultCh >> 8;
866 c = pFont->info.defaultCh & 0xFF;
pcfwrite.c 453 pcfPutINT16(file, format, pFont->info.defaultCh);
  /xsrc/external/mit/libXfont/dist/src/fc/
fservestr.h 168 (structure)->defaultCh = (packet)->font_header_default_char_low \
fsconvert.c 71 pfi->defaultCh = ((pfi->defaultCh >> 8) & 0xff)
72 + ((pfi->defaultCh & 0xff) << 8);
  /xsrc/external/mit/libXfont2/dist/src/fc/
fservestr.h 168 (structure)->defaultCh = (packet)->font_header_default_char_low \
fsconvert.c 73 pfi->defaultCh = ((pfi->defaultCh >> 8) & 0xff)
74 + ((pfi->defaultCh & 0xff) << 8);
  /xsrc/external/mit/libXfont/dist/src/util/
fontutil.c 167 defc[0] = pFont->info.defaultCh >> 8;
168 defc[1] = pFont->info.defaultCh;
  /xsrc/external/mit/libXfont2/dist/src/util/
fontutil.c 158 defc[0] = pFont->info.defaultCh >> 8;
159 defc[1] = pFont->info.defaultCh;
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
fontstruct.h 78 unsigned short defaultCh;

Completed in 47 milliseconds

1 2