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

/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMFontConfiguration.java269 int styleIndex = getStyleIndex(style);
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
286 short nameID = getComponentFontIDMotif(scripts[i], fontIndex, styleIndex);
288 nameID = getComponentFontID(scripts[i], fontIndex, styleIndex);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java485 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) {
491 fontIndex, styleIndex);
494 nameIDs[index] = remapLocaleMap(fontIndex, styleIndex,
506 fontIndex, styleIndex);
509 id = remapLocaleMap(fontIndex, styleIndex, fallbackScripts[i], id);
518 System.out.println("fontIndex=" + fontIndex + ", styleIndex=" + styleIndex
529 compFontNameIDs[fontIndex][styleIndex]
534 remapLocaleMap(int fontIndex, int styleIndex, short scriptID, short fontID) argument
684 getStyleName(int styleIndex) 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
[all...]

Completed in 34 milliseconds