Searched refs:compCount (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLigatureSubstSubtables.cpp60 le_uint16 compCount = SWAPW(ligTable->compCount) - 1; local
65 for (comp = 0; comp < compCount; comp += 1) {
75 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
88 return compCount + 1;
H A DLigatureSubstSubtables.h58 le_uint16 compCount; member in struct:LigatureTable
/openjdk7/jdk/test/java/awt/GridLayout/LayoutExtraGaps/
H A DLayoutExtraGaps.java40 final static int compCount = 30; field in class:LayoutExtraGaps
44 Panel yellowPanel = new Panel(new GridLayout(compCount, 1, 3, 3));
47 for(int i = 0; i < compCount ; i++) {
53 Panel bluePanel = new Panel(new GridLayout(1, compCount, 3, 3));
56 for(int i = 0; i < compCount; i++) {
63 Panel blackPanel = new Panel(new GridLayout(compCount, 1, 3, 3));
67 for(int i = 0; i < compCount ; i++) {
73 Panel redPanel = new Panel(new GridLayout(1, compCount, 3, 3));
77 for(int i = 0; i < compCount; i++) {
125 Rectangle lastRec = p.getComponent(compCount
[all...]

Completed in 51 milliseconds