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

/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 500 milliseconds