HomeSort by relevance Sort by last modified time
    Searched refs:lookupListIndex (Results 1 - 6 of 6) sorted by null

  /external/icu4c/layout/
SubstitutionLookups.cpp 42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
47 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
SubstitutionLookups.h 27 le_uint16 lookupListIndex;
LookupProcessor.cpp 115 le_uint16 lookupListIndex = SWAPW(featureTable->lookupListIndexArray[lookup]);
116 if (lookupListIndex >= lookupSelectCount) {
120 lookupSelectArray[lookupListIndex] |= featureMask;
121 lookupOrderArray[store++] = lookupListIndex;
ContextualSubstSubtables.h 27 le_uint16 lookupListIndex;
ContextualSubstSubtables.cpp 41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex);
46 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 908 USHORT lookupListIndex; /* Lookup to apply to that
921 c->recurse (lookupRecord->lookupListIndex);
956 bool done = c->recurse (lookupRecord->lookupListIndex);
    [all...]

Completed in 213 milliseconds