| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | ident.h | 26 int bitmapIdentify(const char *filename, char **xlfd);
|
| H A D | mkfontscale.c | 536 ListPtr xlfd = NULL; local in function:makeXLFD 704 xlfd = listConsF(xlfd, 715 xlfd = listConsF(xlfd, 727 return xlfd; 817 ListPtr xlfd, lp; local in function:doDirectory 886 xlfd = NULL; 974 fprintf(stderr, "Couldn't allocate xlfd name\n"); 979 xlfd [all...] |
| /xsrc/external/mit/xorg-docs/dist/specs/XLFD/ |
| H A D | Makefile.am | 5 docbook = xlfd.xml 8 shelfdir = $(docdir)/xlfd
|
| H A D | Makefile.in | 142 am__dist_shelf_DATA_DIST = xlfd.xml 288 @ENABLE_SPECS_TRUE@docbook = xlfd.xml 291 @ENABLE_SPECS_TRUE@shelfdir = $(docdir)/xlfd
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftxlfd.c | 87 const char *xlfd = xlfd_orig; local in function:XftXlfdParse 100 if (*xlfd != '-') 102 if (!(xlfd = strchr (foundry = ++xlfd, '-'))) return NULL; 103 if (!(xlfd = strchr (family = ++xlfd, '-'))) return NULL; 104 if (!(xlfd = strchr (weight_name = ++xlfd, '-'))) return NULL; 105 if (!(xlfd = strchr (slant = ++xlfd, ' [all...] |
| H A D | xftfont.c | 162 XftFontOpenXlfd (Display *dpy, int screen, const char *xlfd) argument 169 pat = XftXlfdParse (xlfd, FcFalse, FcFalse); 172 printf ("XftFontOpenXlfd \"%s\": ", xlfd); 174 printf ("Invalid xlfd\n");
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xedit.lsp | 188 (defstruct xlfd function 221 xlfd ;; Optional xlfd structure, when combining properties. 223 ;; but fonts may be specified using the xlfd definition. 242 &key font foreground background xlfd underline 252 :xlfd ,xlfd 267 (defun synprop-to-string (synprop &aux values booleans xlfd) 268 (if (setq xlfd (synprop-xlfd synpro [all...] |
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftenc.c | 63 FTPickMapping(char *xlfd, int length, char *filename, FT_Face face, argument 75 if(xlfd) 76 encoding_name = FontEncFromXLFD(xlfd, length);
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftenc.c | 64 FTPickMapping(char *xlfd, int length, char *filename, FT_Face face, argument 76 if(xlfd) 77 encoding_name = FontEncFromXLFD(xlfd, length);
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | TextSinkP.h | 74 /* xlfd attributes */ 96 XrmQuark xlfd; member in struct:_XawTextProperty
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | TextSink.c | 1022 char *xlfd = XGetAtomName(display, value); local in function:SetXlfdDefaults 1024 if (xlfd) { 1025 char *sep = xlfd + 1; 1028 property->xlfd = XrmStringToQuark(xlfd); 1084 XFree(xlfd); 1126 /* I am assuming xlfd does not consider that lines are 1199 const char *xlfd; local in function:_XawTextSinkAddProperty 1318 xlfd = XrmQuarkToString(result->xlfd); [all...] |
| /xsrc/external/mit/luit/dist/ |
| H A D | charset.c | 102 const char *xlfd; member in struct:_FontencCharset 294 mapping = FontEncMapFind(fc->xlfd, FONT_ENCODING_UNICODE, -1, -1, NULL);
|
| /xsrc/external/mit/libXft/dist/include/X11/Xft/ |
| H A D | Xft.h.in | 52 #define XFT_XLFD "xlfd" 344 XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd);
|
| H A D | Xft.h | 53 #define XFT_XLFD "xlfd" 345 XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd);
|