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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLigatureSubstProc.cpp83 componentStack[m] = currGlyph;
100 le_uint32 componentGlyph = componentStack[m--];
152 componentStack[m] = stack[mm--];
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 DLigatureSubstProc2.cpp86 componentStack[m] = currGlyph;
112 le_uint32 componentGlyph = componentStack[m--]; // pop off
155 componentStack[m] = stack[mm--];

Completed in 62 milliseconds