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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLigatureSubstSubtables.cpp66 le_uint16 compCount = SWAPW(ligTable->compCount) - 1; local
68 componentArrayRef(base, success, ligTable->componentArray, compCount);
74 for (comp = 0; comp < compCount; comp += 1) {
84 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph), success))) {
97 return compCount + 1;
H A DLigatureSubstSubtables.h58 le_uint16 compCount; member in struct:LigatureTable
/openjdk9/jdk/test/java/awt/GridLayout/LayoutExtraGaps/
H A DLayoutExtraGaps.java41 final static int compCount = 30; field in class:LayoutExtraGaps
45 Panel yellowPanel = new Panel(new GridLayout(compCount, 1, 3, 3));
48 for(int i = 0; i < compCount ; i++) {
54 Panel bluePanel = new Panel(new GridLayout(1, compCount, 3, 3));
57 for(int i = 0; i < compCount; i++) {
64 Panel blackPanel = new Panel(new GridLayout(compCount, 1, 3, 3));
68 for(int i = 0; i < compCount ; i++) {
74 Panel redPanel = new Panel(new GridLayout(1, compCount, 3, 3));
78 for(int i = 0; i < compCount; i++) {
126 Rectangle lastRec = p.getComponent(compCount
[all...]

Completed in 50 milliseconds