Searched defs:lookupListIndex (Results 1 - 8 of 8) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.cpp225 OpenType::UInt16 lookupListIndex[1]; member in struct:blink::OpenType::FeatureTable
230 if (!isValidEnd(buffer, &lookupListIndex[count]))
233 const LookupTable* lookup = lookups->lookup(lookupListIndex[i], buffer);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh936 USHORT lookupListIndex; /* Lookup to apply to that member in struct:OT::LookupRecord
949 c->recurse (lookupRecord[i].lookupListIndex);
985 if (!c->recurse (lookupRecord[i].lookupListIndex))
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh936 USHORT lookupListIndex; /* Lookup to apply to that member in struct:OT::LookupRecord
949 c->recurse (lookupRecord[i].lookupListIndex);
985 if (!c->recurse (lookupRecord[i].lookupListIndex))
/external/icu/icu4c/source/layout/
H A DContextualSubstSubtables.cpp41 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); local
46 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
H A DContextualSubstSubtables.h28 le_uint16 lookupListIndex; member in struct:SubstitutionLookupRecord
H A DLookupProcessor.cpp121 le_uint16 lookupListIndex = SWAPW(lookupListIndexArray.getObject(lookup,success)); local
122 if (lookupListIndex >= lookupSelectCount) {
126 lookupSelectArray[lookupListIndex] |= featureMask;
127 lookupOrderArray[store++] = lookupListIndex;
H A DSubstitutionLookups.cpp42 le_uint16 lookupListIndex = SWAPW(substLookupRecordArray[subst].lookupListIndex); local
47 lookupProcessor->applySingleLookup(lookupListIndex, &tempIterator, fontInstance, success);
H A DSubstitutionLookups.h27 le_uint16 lookupListIndex; member in struct:SubstitutionLookupRecord

Completed in 369 milliseconds