HomeSort by relevance Sort by last modified time
    Searched refs:lookupListIndex (Results 1 - 8 of 8) 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 119 le_uint16 lookupListIndex = SWAPW(featureTable->lookupListIndexArray[lookup]);
120 if (lookupListIndex >= lookupSelectCount) {
124 lookupSelectArray[lookupListIndex] |= featureMask;
125 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/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.cpp 227 OpenType::UInt16 lookupListIndex[1];
232 if (!isValidEnd(buffer, &lookupListIndex[count]))
235 const LookupTable* lookup = lookups->lookup(lookupListIndex[i], buffer);
  /external/chromium_org/third_party/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...]
  /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 1750 milliseconds