Searched refs:defaultCh (Results 1 - 25 of 35) sorted by relevance

12

/xsrc/external/mit/xfs/dist/include/
H A Dmisc.h146 (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/
H A Ddixfontstr.h47 #define FONTDEFAULTCH(font) (font)->info.defaultCh
/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c107 unsigned short defaultCh; local in function:getCharInfos
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/
H A Dsnfread.c117 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;
H A Dbdfutils.c306 pFont->info.defaultCh = prop->value;
H A Dpcfread.c603 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);
H A Dbdfread.c869 r = pFont->info.defaultCh >> 8;
870 c = pFont->info.defaultCh & 0xFF;
H A Dbitscale.c1068 if (pfi->defaultCh != (unsigned short) NO_SUCH_CHAR) {
1073 r = pfi->defaultCh >> 8;
1074 c = pfi->defaultCh & 0xFF;
H A Dpcfwrite.c431 pcfPutINT16(file, format, pFont->info.defaultCh);
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dsnfread.c119 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;
H A Dbdfutils.c307 pFont->info.defaultCh = prop->value;
H A Dpcfread.c605 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);
H A Dbdfread.c871 r = pFont->info.defaultCh >> 8;
872 c = pFont->info.defaultCh & 0xFF;
H A Dbitscale.c1065 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/
H A Ddixfontstr.h48 #define FONTDEFAULTCH(font) (font)->info.defaultCh
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_font.c109 glamor_font->default_row = font->info.defaultCh >> 8;
110 glamor_font->default_col = font->info.defaultCh;
/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfservestr.h168 (structure)->defaultCh = (packet)->font_header_default_char_low \
H A Dfsconvert.c71 pfi->defaultCh = ((pfi->defaultCh >> 8) & 0xff)
72 + ((pfi->defaultCh & 0xff) << 8);
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfservestr.h168 (structure)->defaultCh = (packet)->font_header_default_char_low \
H A Dfsconvert.c73 pfi->defaultCh = ((pfi->defaultCh >> 8) & 0xff)
74 + ((pfi->defaultCh & 0xff) << 8);
/xsrc/external/mit/bdftopcf/dist/
H A Dbdfutils.c303 pFont->info.defaultCh = prop->value;
H A Dbdfread.c865 r = pFont->info.defaultCh >> 8;
866 c = pFont->info.defaultCh & 0xFF;
/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontutil.c167 defc[0] = pFont->info.defaultCh >> 8;
168 defc[1] = pFont->info.defaultCh;
/xsrc/external/mit/libXfont2/dist/src/util/
H A Dfontutil.c158 defc[0] = pFont->info.defaultCh >> 8;
159 defc[1] = pFont->info.defaultCh;
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h78 unsigned short defaultCh; member in struct:_FontInfo

Completed in 27 milliseconds

12