HomeSort by: relevance | last modified time | path
    Searched refs:defaultChar (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/libXfont/dist/src/util/
fontutil.c 145 xCharInfo *defaultChar = 0;
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/
fontutil.c 136 xCharInfo *defaultChar = 0;
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/
xf86bigfproto.h 69 CARD16 defaultChar;
lbxproto.h 435 CARD16 defaultChar;
  /xsrc/external/mit/freetype/dist/src/pcf/
pcf.h 113 FT_UShort defaultChar;
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/
FontInfo.c 129 fs->default_char = reply.defaultChar;
Font.c 232 fs->default_char = reply.defaultChar;
476 fs->default_char = reply.defaultChar;
  /xsrc/external/mit/xorg-server.old/dist/Xext/
xf86bigfont.c 576 reply->defaultChar = pFont->info.defaultCh;
596 swaps(&reply->defaultChar, tmp);
  /xsrc/external/mit/xorg-server/dist/Xext/
xf86bigfont.c 565 reply->defaultChar = pFont->info.defaultCh;
584 swaps(&reply->defaultChar);
  /xsrc/external/mit/xorg-server.old/dist/dix/
dixfonts.c 521 pReply->defaultChar = pFont->info.defaultCh;
1048 reply->defaultChar = pFontInfo->defaultCh;
swaprep.c 408 swaps(&pr->defaultChar, n);
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 647 CARD16 defaultChar;
692 CARD16 defaultChar;
  /xsrc/external/mit/xorg-server/dist/dix/
dixfonts.c 509 pReply->defaultChar = pFont->info.defaultCh;
1004 reply->defaultChar = pFontInfo->defaultCh;
swaprep.c 372 swaps(&pr->defaultChar);

Completed in 19 milliseconds