OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/platform/fonts/opentype/
OpenTypeVerticalData.cpp
227
OpenType::UInt16
lookupListIndex
[1];
232
if (!isValidEnd(buffer, &
lookupListIndex
[count]))
235
const LookupTable* lookup = lookups->lookup(
lookupListIndex
[i], buffer);
/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
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsubgpos-private.hh
937
USHORT
lookupListIndex
; /* Lookup to apply to that
950
c->recurse (lookupRecord[i].
lookupListIndex
);
[
all
...]
Completed in 1200 milliseconds