Searched refs:xlfd (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/mkfontscale/dist/
H A Dident.h26 int bitmapIdentify(const char *filename, char **xlfd);
H A Dmkfontscale.c536 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 DMakefile.am5 docbook = xlfd.xml
8 shelfdir = $(docdir)/xlfd
H A DMakefile.in142 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 Dxftxlfd.c87 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 Dxftfont.c162 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 Dxedit.lsp188 (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 Dftenc.c63 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 Dftenc.c64 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 DTextSinkP.h74 /* xlfd attributes */
96 XrmQuark xlfd; member in struct:_XawTextProperty
/xsrc/external/mit/libXaw/dist/src/
H A DTextSink.c1022 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 Dcharset.c102 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 DXft.h.in52 #define XFT_XLFD "xlfd"
344 XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd);
H A DXft.h53 #define XFT_XLFD "xlfd"
345 XftFontOpenXlfd (Display *dpy, int screen, _Xconst char *xlfd);

Completed in 16 milliseconds