Searched refs:defaultChar (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/util/
H A Dfontutil.c145 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 Dfontutil.c136 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 Dxf86bigfproto.h69 CARD16 defaultChar; member in struct:__anonde9bc7850208
H A Dlbxproto.h435 CARD16 defaultChar; member in struct:__anoncbe98d270e08
/xsrc/external/mit/freetype/dist/src/pcf/
H A Dpcf.h113 FT_UShort defaultChar; member in struct:PCF_EncRec_
H A Dpcfread.c955 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 DFontInfo.c129 fs->default_char = reply.defaultChar;
H A DFont.c232 fs->default_char = reply.defaultChar;
476 fs->default_char = reply.defaultChar;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfont.c576 reply->defaultChar = pFont->info.defaultCh;
596 swaps(&reply->defaultChar, tmp);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfont.c562 reply->defaultChar = pFont->info.defaultCh;
581 swaps(&reply->defaultChar);
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXproto.h647 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 Ddixfonts.c521 pReply->defaultChar = pFont->info.defaultCh;
1048 reply->defaultChar = pFontInfo->defaultCh;
H A Dswaprep.c408 swaps(&pr->defaultChar, n);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c509 pReply->defaultChar = pFont->info.defaultCh;
994 reply->defaultChar = pFontInfo->defaultCh;
H A Dswaprep.c366 swaps(&pr->defaultChar);

Completed in 28 milliseconds