| /xsrc/external/mit/libXfont/dist/src/util/ |
| H A D | fontutil.c | 145 xCharInfo *defaultChar = 0; local in function:QueryTextExtents 169 (*pFont->get_metrics) (pFont, 1, defc, encoding, &t, &defaultChar); 170 if ((IsNonExistentChar (defaultChar))) 171 defaultChar = 0; 176 if (!defaultChar) 178 charinfo[i] = defaultChar;
|
| /xsrc/external/mit/libXfont2/dist/src/util/ |
| H A D | fontutil.c | 136 xCharInfo *defaultChar = 0; local in function:xfont2_query_text_extents 160 (*pFont->get_metrics) (pFont, 1, defc, encoding, &t, &defaultChar); 161 if ((IsNonExistentChar (defaultChar))) 162 defaultChar = 0; 167 if (!defaultChar) 169 charinfo[i] = defaultChar;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | xf86bigfproto.h | 69 CARD16 defaultChar; member in struct:__anonde9bc7850208
|
| H A D | lbxproto.h | 435 CARD16 defaultChar; member in struct:__anoncbe98d270e08
|
| /xsrc/external/mit/freetype/dist/src/pcf/ |
| H A D | pcf.h | 113 FT_UShort defaultChar; member in struct:PCF_EncRec_
|
| H A D | pcfread.c | 955 FT_FRAME_USHORT_LE( defaultChar ), 971 FT_FRAME_USHORT( defaultChar ), 1026 " defaultChar 0x%X\n", 1029 enc->defaultChar )); 1050 defaultCharRow = enc->defaultChar >> 8; 1051 defaultCharCol = enc->defaultChar & 0xFF; 1059 enc->defaultChar = enc->firstRow * 256U + enc->firstCol; 1062 enc->defaultChar ));
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FontInfo.c | 129 fs->default_char = reply.defaultChar;
|
| H A D | Font.c | 232 fs->default_char = reply.defaultChar; 476 fs->default_char = reply.defaultChar;
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xf86bigfont.c | 576 reply->defaultChar = pFont->info.defaultCh; 596 swaps(&reply->defaultChar, tmp);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xf86bigfont.c | 562 reply->defaultChar = pFont->info.defaultCh; 581 swaps(&reply->defaultChar);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | Xproto.h | 647 CARD16 defaultChar; 692 CARD16 defaultChar; 645 CARD16 defaultChar; member in struct:_xQueryFontReply 690 CARD16 defaultChar; member in struct:__anone2852e7a2008
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dixfonts.c | 521 pReply->defaultChar = pFont->info.defaultCh; 1048 reply->defaultChar = pFontInfo->defaultCh;
|
| H A D | swaprep.c | 408 swaps(&pr->defaultChar, n);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dixfonts.c | 509 pReply->defaultChar = pFont->info.defaultCh; 994 reply->defaultChar = pFontInfo->defaultCh;
|
| H A D | swaprep.c | 366 swaps(&pr->defaultChar);
|