Searched refs:fontIndex (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java268 int fontIndex = getFontIndex(fontName);
270 return getMotifFontSet(fontIndex, styleIndex);
273 private String getMotifFontSet(int fontIndex, int styleIndex) { argument
274 String fontSet = motifFontSets[fontIndex][styleIndex];
276 fontSet = buildMotifFontSet(fontIndex, styleIndex);
277 motifFontSets[fontIndex][styleIndex] = fontSet;
282 private String buildMotifFontSet(int fontIndex, int styleIndex) { argument
284 short[] scripts = getCoreScripts(fontIndex);
286 short nameID = getComponentFontIDMotif(scripts[i], fontIndex, styleIndex);
288 nameID = getComponentFontID(scripts[i], fontIndex, styleInde
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DFontResolver.java197 int fontIndex = 1;
199 fontIndex = getFontIndex(cp);
202 if (getFontIndex(cp) != fontIndex) {
208 return fontIndex;
H A DTrueTypeFont.java142 int fontIndex = 0; field in class:TrueTypeFont
511 fontIndex = fIndex;
1248 scaler = FontScaler.getScaler(this, fontIndex,
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java469 for (int fontIndex = 0; fontIndex < NUM_FONTS; fontIndex++) {
470 short[] coreScripts = getCoreScripts(fontIndex);
471 compCoreNum[fontIndex] = coreScripts.length;
473 System.out.println("coreScriptID=" + table_sequences[initELC * 5 + fontIndex]);
483 compExclusions[fontIndex] = exclusions;
491 fontIndex, styleIndex);
494 nameIDs[index] = remapLocaleMap(fontIndex, styleIndex,
498 nameIDs[index] = remapProportional(fontIndex, nameID
534 remapLocaleMap(int fontIndex, int styleIndex, short scriptID, short fontID) argument
561 remapProportional(int fontIndex, short id) argument
680 getFontName(int fontIndex) argument
861 getFontDescriptors(int fontIndex, int styleIndex) argument
870 buildFontDescriptors(int fontIndex, int styleIndex) argument
1570 getComponentFontID(short scriptID, int fontIndex, int styleIndex) argument
1584 getComponentFontIDMotif(short scriptID, int fontIndex, int styleIndex) argument
1646 getCoreScripts(int fontIndex) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java236 for (int fontIndex = 0; fontIndex < NUM_FONTS; fontIndex++) {
237 String fontName = publicFontNames[fontIndex];
244 fontNames[fontIndex], styleIndex);
265 result[fontIndex * NUM_STYLES + styleIndex]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DStyledParagraph.java179 int fontIndex = resolver.getFontIndex(ch);
180 f = resolver.getFont(fontIndex, attributes);
420 int fontIndex = resolver.nextFontRunIndex(iter);
421 addFont(resolver.getFont(fontIndex, attributes), runStart);
H A DTextLayout.java475 int fontIndex = resolver.nextFontRunIndex(iter);
477 font = resolver.getFont(fontIndex, attributes);

Completed in 50 milliseconds