| /xsrc/external/mit/libXft/dist/ |
| configure.ac | 27 # version. This version number will be substituted into Xft.h 48 # Set library version for Xft.h from package version set in AC_INIT 50 AC_CONFIG_HEADERS([include/X11/Xft/Xft.h]) 53 [Major version of Xft]) 56 [Minor version of Xft]) 59 [Micro revision of Xft]) 87 xft.pc
|
| /xsrc/external/mit/xfd/dist/ |
| grid.h | 33 #include <X11/Xft/Xft.h>
|
| xfd.c | 54 #include <X11/Xft/Xft.h> 184 XftFont *xft; local 282 XtSetArg (av[i], XtNface, &xft); i++; 284 if (xft) 291 FcPatternGetString (xft->pattern, FC_FAMILY, 0, &family); 293 FcPatternGetString (xft->pattern, FC_STYLE, 0, &style); 295 FcPatternGetDouble (xft->pattern, FC_SIZE, 0, &size); 364 XftFont *xft = p->theface; local 366 has_char = (Boolean) FcCharSetHasChar (xft->charset, n) 370 XftTextExtents32 (XtDisplay (w), xft, &c, 1, &extents); local [all...] |
| /xsrc/external/mit/xlogo/dist/ |
| LogoP.h | 37 #include <X11/Xft/Xft.h>
|
| /xsrc/external/mit/xclock/dist/ |
| ClockP.h | 61 #include <X11/Xft/Xft.h>
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| LoginP.h | 64 # include <X11/Xft/Xft.h>
|
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 90-synthetic.conf | 58 needed for applications using Xft directly, e.g. Firefox, ...
|
| /xsrc/external/mit/xditview/dist/ |
| DviP.h | 9 #include <X11/Xft/Xft.h>
|
| configure | 1452 --with-xft Use Xft to draw text (default is YES if installed) 1475 XFT_CFLAGS C compiler flags for XFT, overriding pkg-config 1476 XFT_LIBS linker flags for XFT, overriding pkg-config 11931 # Check whether to use Xft to draw text 11933 # Check whether --with-xft was given. 11939 { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xft xrender fontconfig\""; } >&5 11940 ($PKG_CONFIG --exists --print-errors "xft xrender fontconfig") 2>&5 11955 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for XFT" >&5 11956 printf %s "checking for XFT... " >&6; [all...] |
| /xsrc/external/mit/x11perf/dist/ |
| do_traps.c | 104 #if defined(XRENDER) && defined(XFT) 106 #include <X11/Xft/Xft.h>
|
| do_text.c | 399 #ifdef XFT 401 #include <X11/Xft/Xft.h>
|
| /xsrc/external/mit/libXft/dist/include/X11/Xft/ |
| Xft.h | 1 /* include/X11/Xft/Xft.h. Generated from Xft.h.in by configure. */ 29 * Current Xft version number, set from version in the Xft configure.ac file. 48 #include <X11/Xft/XftCompat.h>
|
| Xft.h.in | 28 * Current Xft version number, set from version in the Xft configure.ac file. 47 #include <X11/Xft/XftCompat.h>
|
| /xsrc/external/mit/xterm/dist/ |
| ptyx.h | 80 #include <X11/Xft/Xft.h> 171 * Newer versions of <X11/Xft/Xft.h> have a version number. We use certain 1992 * FIXME: initially implement for Xft, but replace known_missing[] in 2324 char **list_i; /* italic font (Xft only) */ 2325 char **list_bi; /* bold-italic font (Xft only) */ 2330 char **list_wi; /* wide italic font (Xft only) */ 2331 char **list_wbi; /* wide bold-italic font (Xft only) */ 2338 VTFontList xft; member in struct:__anon12173 [all...] |
| graphics_regis.c | 1598 TRACE(("unable to create Pixmap for Xft\n")); 1924 TRACE(("Giving up finding suitable Xft font size for \"%s\" at %ux%u.\n", 1930 * Xft does a bad job at: 1975 TRACE(("unable to open a monospaced Xft font matching \"%s\" with pixelsize %g\n", 2114 * See Xft / RENDERFONT stuff in fontutils.c and used in utils.c 2131 TRACE(("Unable to find suitable Xft font\n")); 2163 TRACE(("Not rendering Xft font for ReGIS (support not compiled in).\n")); 2384 TRACE(("using xft font \"%s\"\n", fontname)); 2390 TRACE(("BUG: Xft glyph is too wide: %ux%u but max is %ux%u\n", 2393 TRACE(("BUG: Xft glyph is too tall: %ux%u but max is %ux%u\n" [all...] |