Searched refs:num_fonts (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dwofftypes.h170 FT_UShort num_fonts; /* number of fonts in TTC */ member in struct:WOFF2_HeaderRec_
/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddirfile.c67 num_fonts, local in function:FontFileReadDirectory
114 count = fscanf(file, "%d\n", &num_fonts);
119 dir = FontFileMakeDir(directory, num_fonts);
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddirfile.c73 num_fonts, local in function:FontFileReadDirectory
120 count = fscanf(file, "%d\n", &num_fonts);
125 dir = FontFileMakeDir(directory, num_fonts);
/xsrc/external/mit/xgc/dist/
H A Dinterpret.c327 int num_fonts; /* number of fonts that match the string */ local in function:GC_change_font
329 XListFonts(X.dpy,str,1,&num_fonts); /* see if the font exists */
331 if (num_fonts) {
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfwoff2.c1957 woff2.num_fonts = 1;
1974 if ( READ_255USHORT( woff2.num_fonts ) )
1977 if ( !woff2.num_fonts )
1983 FT_TRACE4(( "Number of fonts in TTC: %d\n", woff2.num_fonts ));
1985 if ( FT_NEW_ARRAY( woff2.ttc_fonts, woff2.num_fonts ) )
1988 for ( nn = 0; nn < woff2.num_fonts; nn++ )
2099 *num_faces = woff2.num_fonts;
2104 if ( face_index >= woff2.num_fonts )
2296 for ( nn = 0; nn < woff2.num_fonts; nn++ )
/xsrc/external/mit/xfontsel/dist/
H A Dxfontsel.c525 int num_fonts; member in struct:ParseRec
565 .num_fonts = count,
620 int num_fonts = parseRec->end; local in function:ParseFontNames
625 for (font = parseRec->start; font < num_fonts; font++) {
693 SetParsingFontCount(numFonts - num_fonts);

Completed in 8 milliseconds