Searched refs:nfonts (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java488 int nfonts = Integer.parseInt(lenStr);
489 if (nfonts <= 0) {
492 fci[index].allFonts = new FontConfigFont[nfonts];
493 for (int f=0; f<nfonts; f++) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c1149 int fn, j, fontCount, nfonts; local
1186 /* fontconfig returned us "nfonts". If we are just getting the
1187 * first font, we set nfont to zero. Otherwise we use "nfonts".
1188 * Next create separate C arrrays of length nfonts for family file etc.
1192 nfonts = fontset->nfont;
1193 family = (FcChar8**)calloc(nfonts, sizeof(FcChar8*));
1194 styleStr = (FcChar8**)calloc(nfonts, sizeof(FcChar8*));
1195 fullname = (FcChar8**)calloc(nfonts, sizeof(FcChar8*));
1196 file = (FcChar8**)calloc(nfonts, sizeof(FcChar8*));
1226 for (j=0; j<nfonts;
[all...]

Completed in 35 milliseconds