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

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLigatureSubstProc.h88 le_int32 componentStack[nComponents]; member in class:LigatureSubstitutionProcessor
H A DLigatureSubstProc2.h89 le_int32 componentStack[nComponents]; member in class:LigatureSubstitutionProcessor2
H A DLigatureSubstProc.cpp86 componentStack[m] = currGlyph;
107 le_uint32 componentGlyph = componentStack[m--];
174 componentStack[m] = stack[mm--];
H A DLigatureSubstProc2.cpp86 componentStack[m] = currGlyph;
116 le_uint32 componentGlyph = componentStack[m--]; // pop off
174 componentStack[m] = stack[mm--];

Completed in 53 milliseconds