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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DDeviceTables.cpp53 le_uint16 sizeIndex = ppem - start; local
56 le_uint16 word = SWAPW(deltaValues[sizeIndex / count]);
57 le_uint16 fieldIndex = sizeIndex % count;
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java1501 int sizeIndex = str.lastIndexOf(sepChar);
1502 int styleIndex = str.lastIndexOf(sepChar, sizeIndex-1);
1505 if (sizeIndex > 0 && sizeIndex+1 < strlen) {
1508 Integer.valueOf(str.substring(sizeIndex+1)).intValue();
1515 styleIndex = sizeIndex;
1516 sizeIndex = strlen;
1517 if (str.charAt(sizeIndex-1) == sepChar) {
1518 sizeIndex--;
1524 styleName = str.substring(styleIndex+1, sizeIndex);
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWarningWindow.java91 final int sizeIndex = size % icons.length;
92 return icons[sizeIndex][num % icons[sizeIndex].length];
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWarningWindow.java92 final int sizeIndex = size % icons.length;
93 return icons[sizeIndex][num % icons[sizeIndex].length];

Completed in 50 milliseconds