Lines Matching refs:styleIndex

485             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] = nameIDs;
534 private short remapLocaleMap(int fontIndex, int styleIndex, short scriptID, short fontID) {
540 String styleName = styleNames[styleIndex];
684 protected static String getStyleName(int styleIndex) {
685 return styleNames[styleIndex];
855 int styleIndex = getStyleIndex(style);
856 return getFontDescriptors(fontIndex, styleIndex);
861 private FontDescriptor[] getFontDescriptors(int fontIndex, int styleIndex) {
862 FontDescriptor[] descriptors = fontDescriptors[fontIndex][styleIndex];
864 descriptors = buildFontDescriptors(fontIndex, styleIndex);
865 fontDescriptors[fontIndex][styleIndex] = descriptors;
870 private FontDescriptor[] buildFontDescriptors(int fontIndex, int styleIndex) {
872 String styleName = styleNames[styleIndex];
875 short[] nameIDs = compFontNameIDs[fontIndex][styleIndex];
1030 for (int styleIndex = 0; styleIndex < NUM_STYLES; styleIndex++) {
1031 int maxComponentFontCount = compFontNameIDs[fontIndex][styleIndex].length;
1037 String faceName = fontName + "." + styleNames[styleIndex];
1044 for (index = 0; index < compFontNameIDs[fontIndex][styleIndex].length; index++) {
1045 short fontNameID = compFontNameIDs[fontIndex][styleIndex][index];
1058 System.out.println(publicFontNames[fontIndex] + "." + styleNames[styleIndex] + "."
1118 result[fontIndex * NUM_STYLES + styleIndex]
1285 * (01) table_scriptFonts :scriptID x fontIndex x styleIndex->
1570 protected static short getComponentFontID(short scriptID, int fontIndex, int styleIndex) {
1572 //System.out.println("fid=" + fid + "/ scriptID=" + scriptID + ", fi=" + fontIndex + ", si=" + styleIndex);
1577 return table_scriptFonts[-fid + fontIndex * NUM_STYLES + styleIndex];
1584 protected static short getComponentFontIDMotif(short scriptID, int fontIndex, int styleIndex) {
1593 return table_scriptFontsMotif[-fid + fontIndex * NUM_STYLES + styleIndex];