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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLigatureSubstitution.h85 lafLast = 0x80000000, enumerator in enum:LigatureActionFlags
H A DLigatureSubstProc.cpp125 if (action & (lafLast | lafStore)) {
145 } while (!(action & lafLast) && (m>=0) ); // stop if last bit is set, or if run out of items
H A DLigatureSubstProc2.cpp130 if (action & (lafLast | lafStore)) {
148 } while (!(action & lafLast) && (m>=0) ); // stop if last bit is set, or if run out of items

Completed in 2213 milliseconds