Searched defs:lookupListIndex (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DSubstitutionLookups.h52 le_uint16 lookupListIndex; member in struct:SubstitutionLookupRecord
H A DSubstitutionLookups.cpp67 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); local
72 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
H A DContextualSubstSubtables.h53 le_uint16 lookupListIndex; member in struct:SubstitutionLookupRecord
H A DLookupProcessor.cpp146 le_uint16 lookupListIndex = SWAPW(lookupListIndexArray.getObject(lookup,success)); local
147 if (lookupListIndex >= lookupSelectCount) {
151 lookupSelectArray[lookupListIndex] |= featureMask;
152 lookupOrderArray[store++] = lookupListIndex;
H A DContextualSubstSubtables.cpp66 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); local
71 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);

Completed in 64 milliseconds