OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lookuplistindex
(Results
1 - 12
of
12
) sorted by null
/external/icu4c/layout/
SubstitutionLookups.h
27
le_uint16
lookupListIndex
;
SubstitutionLookups.cpp
42
le_uint16
lookupListIndex
= SWAPW(substLookupRecordArray[subst].
lookupListIndex
);
47
lookupProcessor->applySingleLookup(
lookupListIndex
, &tempIterator, fontInstance, success);
LookupProcessor.cpp
112
le_uint16
lookupListIndex
= SWAPW(featureTable->lookupListIndexArray[lookup]);
114
lookupSelectArray[
lookupListIndex
] |= featureMask;
115
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/src/
harfbuzz-open.c
322
f->
LookupListIndex
= NULL;
324
if ( ALLOC_ARRAY( f->
LookupListIndex
, count, HB_UShort ) )
327
lli = f->
LookupListIndex
;
331
FREE( f->
LookupListIndex
);
346
FREE( f->
LookupListIndex
);
harfbuzz-open.h
99
HB_UShort*
LookupListIndex
; /* array of LookupList indices */
harfbuzz-gsub-private.h
164
HB_UShort
LookupListIndex
; /* Lookup to apply to that pos. */
harfbuzz-gpos-private.h
430
HB_UShort
LookupListIndex
; /* Lookup to apply to that pos. */
harfbuzz-gsub.c
1098
error = GSUB_Do_Glyph_Lookup( gsub, subst->
LookupListIndex
, buffer,
1183
slr[n].
LookupListIndex
= GET_UShort();
1433
slr[n].
LookupListIndex
= GET_UShort();
[
all
...]
harfbuzz-dump.c
150
DUMP1("<LookupIndex>%d</LookupIndex>\n", Feature->
LookupListIndex
[i]);
259
DUMP_FUINT (SubstLookupRecord,
LookupListIndex
);
harfbuzz-gpos.c
[
all
...]
Completed in 112 milliseconds