Searched refs:fontCount (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/font/
H A DAWTFont.m175 NSUInteger fontCount = [[fontManager availableFonts] count];
177 NSMutableArray *allFonts = [[NSMutableArray alloc] initWithCapacity:fontCount];
178 NSMutableDictionary* fontFamilyTable = [[NSMutableDictionary alloc] initWithCapacity:fontCount];
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFGenerator.java58 int fontCount; field in class:RTFGenerator
141 fontCount = 0;
186 fontTable.put(fontName, new Integer(fontCount));
187 fontCount ++;
321 String[] sortedFontTable = new String[fontCount];
331 for(index = 0; index < fontCount; index ++) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c1149 int fn, j, fontCount, nfonts; local
1190 * are added to the arrays and we increment 'fontCount'.
1217 fontCount = 0;
1279 fontCount++; // found a font we will use.
1289 /* Once we get here 'fontCount' is the number of returned fonts
1295 * So we should never get more than 'fontCount' entries.
1299 (*env)->NewObjectArray(env, fontCount, fcFontClass, NULL);
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java1187 int fontCount,
1192 for (int i=0; i < fontCount; i++) {
3209 int fontCount = 0;
3253 fontNames[fontCount] = fullName;
3254 nativeNames[fontCount++] = getNativeNames(fullName, null);
3256 registerFonts(fontNames, nativeNames, fontCount, fontFormat,
1185 registerFonts(String[] fileNames, String[][] nativeNames, int fontCount, int fontFormat, boolean useJavaRasterizer, int fontRank, boolean defer) argument

Completed in 57 milliseconds