Searched defs:fontIndex (Results 1 - 3 of 3) 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 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...]

Completed in 38 milliseconds