HomeSort by: relevance | last modified time | path
    Searched defs:fonts (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/test/
test-conf.c 31 FcStrSet *configDirs; /* directories to scan for fonts */
41 FcFontSet *fonts[FcSetApplication + 1]; member in struct:_FcConfig
304 json_object *fonts; local
307 if (!json_object_object_get_ex (root, "fonts", &fonts) ||
308 json_object_get_type (fonts) != json_type_array)
310 fprintf (stderr, "W: No fonts defined\n");
313 fs = build_fs (fonts);
315 if (config->fonts[FcSetSystem])
316 FcFontSetDestroy (config->fonts[FcSetSystem])
    [all...]
  /xsrc/external/mit/fslsfonts/dist/
fslsfonts.c 50 #include <X11/fonts/FSlib.h>
65 #define N_START 1000 /* Maximum # of fonts to start with */
246 char **fonts; local
252 /* Get list of fonts matching pattern */
256 fonts = FSListFontsWithXInfo(svr,
259 fonts = FSListFonts(svr, pattern, nnames, &available);
260 if (fonts == NULL || available < nnames)
265 FSFree((char *) fonts[i]);
271 FSFree((char *) fonts);
277 FSFreeFontNames(fonts);
    [all...]
  /xsrc/external/mit/libXcursor/dist/src/
xcursorint.h 93 XcursorFontInfo *fonts; member in struct:_XcursorDisplayInfo
  /xsrc/external/mit/xditview/dist/
font.c 4 * map dvi fonts to X fonts
39 for (f = dw->dvi.fonts; f; f = f->next) {
170 for (DviFontList *f = dw->dvi.fonts; f; f = f->next) {
179 * force requery of fonts
192 char **fonts; local
212 fonts = XListFonts(XtDisplay(dw), fontNameString, 10000000, &count);
214 int size = ConvertFontNameToSize(fonts[i]);
227 new->x_name = savestr(fonts[i]);
233 XFreeFontNames(fonts);
    [all...]
DviP.h 55 * a list of fonts we've used for this widget
175 DviFontList *fonts; member in struct:__anon6576
  /xsrc/external/mit/xf86-video-vesa/dist/src/
vesa.h 100 CARD8 *fonts; member in struct:_VESARec
  /xsrc/external/mit/xman/dist/
man.h 179 XmanFonts fonts; /* The fonts used for the man pages. */ member in struct:_Xman_Resources
  /xsrc/external/mit/xedit/dist/
options.c 57 static XFontStruct *fonts[3]; variable
481 if (fonts[0] == NULL) {
484 XtSetArg(args[num_args], XtNfont, &fonts[i]); ++num_args;
506 XtSetArg(args[num_args], XtNfont, fonts[i]); ++num_args;
  /xsrc/external/mit/xlsfonts/dist/
xlsfonts.c 48 #define N_START INT_MAX /* Maximum # of fonts to start with (should
51 * fonts available) */
248 /* Get list of fonts matching pattern */
250 char **fonts; local
254 fonts = XListFontsWithInfo(dpy, pattern, nnames, &available,
257 fonts = XListFonts(dpy, pattern, nnames, &available);
258 if (fonts == NULL) {
266 XFreeFontInfo(fonts, info, available);
268 XFreeFontNames(fonts);
277 font_list[font_cnt].name = fonts[i]
    [all...]
  /xsrc/external/mit/libXft/dist/src/
xftint.h 93 * Many fonts can share the same underlying face data; this
152 XftFont *next; /* all fonts on display */
153 XftFont *hash_next; /* fonts in this hash chain */
248 XftFont *fonts; member in struct:_XftDisplayInfo
268 * By default, keep the last 16 unreferenced fonts around to
  /xsrc/external/mit/fontconfig/dist/fontconfig/
fontconfig.h 136 #define FC_DIR_CACHE_FILE "fonts.cache-" FC_CACHE_VERSION
137 #define FC_USER_CACHE_FILE ".fonts.cache-" FC_CACHE_VERSION
283 FcPattern **fonts; member in struct:_FcFontSet
  /xsrc/external/mit/fontconfig/dist/src/
fccfg.c 189 config->fonts[set] = 0;
282 "Fontconfig warning: Directory/file mtime in the future. New fonts may not be detected.\n");
380 if (config->fonts[set])
381 FcFontSetDestroy (config->fonts[set]);
398 * Add cache to configuration, adding fonts and directories
414 * Add fonts
462 if (FcFontSetAdd (config->fonts[set], font))
508 printf ("adding fonts from %s\n", dir);
521 * and build the set of available fonts.
527 FcFontSet *fonts; local
    [all...]
fcint.h 57 #define FC_CONFIG_PATH "fonts.conf"
234 #define FcFontSetFonts(fs) FcPointerMember(fs,fonts,FcPattern *)
236 #define FcFontSetFont(fs,i) (FcIsEncodedOffset((fs)->fonts) ? \
240 fs->fonts[i])
526 FcStrSet *configDirs; /* directories to scan for fonts */
528 * List of directories containing fonts,
543 * Substitution instructions for patterns and fonts;
548 * 1.. substitutions for fonts
549 * 2.. substitutions for scanned fonts
561 * The set of fonts loaded from the listed directories; th
566 FcFontSet *fonts[FcSetApplication + 1]; member in struct:_FcConfig
    [all...]
  /xsrc/external/mit/xfontsel/dist/
xfontsel.c 199 " -sample string sample text to use for 1-byte fonts\n"
200 " -sample16 string sample text to use for 2-byte fonts\n"
201 " -sampleUCS string sample text to use for ISO10646 fonts\n"
202 " -scaled use scaled instances of fonts\n"
213 int count; /* of fonts */
271 static FontValues *fonts; variable
527 FontValues *fonts; member in struct:ParseRec
543 fonts = (FontValues*)XtMalloc( numFonts*sizeof(FontValues) );
567 .fonts = fonts,
    [all...]
  /xsrc/external/mit/fontconfig/include/
fcint.h 57 #define FC_CONFIG_PATH "fonts.conf"
251 #define FcFontSetFonts(fs) FcPointerMember(fs,fonts,FcPattern *)
253 #define FcFontSetFont(fs,i) (FcIsEncodedOffset((fs)->fonts) ? \
257 fs->fonts[i])
543 FcStrSet *configDirs; /* directories to scan for fonts */
545 * List of directories containing fonts,
560 * Substitution instructions for patterns and fonts;
565 * 1.. substitutions for fonts
566 * 2.. substitutions for scanned fonts
578 * The set of fonts loaded from the listed directories; th
583 FcFontSet *fonts[FcSetApplication + 1]; member in struct:_FcConfig
    [all...]
  /xsrc/external/mit/xterm/dist/
charproc.c 249 { "allow-bold-fonts", HandleAllowBoldFonts },
354 { "load-vt-fonts", HandleLoadVTFonts },
419 { "set-utf8-fonts", HandleUTF8Fonts },
1178 * Call this before changing the state of ATR_ITALIC, to update the GC fonts.
9497 * Since the bitmap- and TrueType-fonts do not always have identical sizes,
10890 * Process Xft font resources first, since faceName may contain X11 fonts
10906 &(wnew->work.fonts),\
10928 &(wnew->work.fonts),\
10983 TRACE(("Doublesize%s enabled, up to %d fonts\n",
11231 copyFontList(&(request->work.fonts.x11.list_n)
12682 XFontStruct **fonts; local
    [all...]
fontutils.c 106 if (fonts == NULL || new_fnames.field != fonts->field) { \
657 * For double width fonts, we just double the X-resolution, for double height
658 * fonts we double the pixel-size and Y-resolution
771 * actually gave us. The larger fixed fonts do not always have a matching bold
828 * leave trash on the display when we mix normal and bold fonts.
914 /* Some Korean fonts don't have Chinese characters at all. */
1157 * Close the listed fonts, noting that some may use copies of the pointer.
1535 TRACE(("...ignoring mismatched normal/bold fonts\n"));
1666 TRACE(("...ignoring mismatched normal/bold wide fonts\n"))
5329 VTFontNames fonts; local
    [all...]
misc.c 856 * Cursor fonts follow each shape glyph with a mask glyph; so
3867 VTFontNames fonts; local
3930 memset(&fonts, 0, sizeof(fonts));
3931 fonts.f_n = name;
3932 if (SetVTFont(xw, num, True, &fonts)
ptyx.h 667 #define OPT_LOAD_VTFONTS 0 /* true if xterm has load-vt-fonts() action */
739 #define OPT_REPORT_FONTS 1 /* provide "-report-fonts" option */
1389 /* SGR 10-19 correspond to primary/alternate fonts, currently unused */
1979 * Cache data for "proportional" and other fonts containing a mixture
1993 * X11 fonts as well.
1997 int depth; /* number of fonts merged for map */
2285 int f_width; /* width of fonts in pixels */
2286 int f_height; /* height of fonts in pixels */
2345 XtermFontNames fonts; member in struct:__anon61
2495 int utf8_fonts; /* use UTF-8 fonts: 0-2 *
3395 XtermFontNames fonts; member in struct:_Work
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xproto.h 1283 xListFontsReply fonts;
1280 xListFontsReply fonts; member in union:__anon11100
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis.h 141 /* SIS_PC_PLATFORM: Map VGA memory at a0000 and save/restore fonts? */
1229 CARD8 *fonts; member in struct:__anon9396

Completed in 42 milliseconds