OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:le_uint16
(Results
76 - 97
of
97
) sorted by null
1
2
3
4
/external/icu4c/layout/
AlternateSubstSubtables.cpp
24
le_uint16
altSetCount = SWAPW(alternateSetCount);
ContextualGlyphSubstProc2.h
30
virtual
le_uint16
processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index);
GlyphSubstLookupProc.h
41
virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable,
le_uint16
lookupType, GlyphIterator *glyphIterator,
LigatureSubstProc2.h
32
virtual
le_uint16
processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index);
MarkArrays.cpp
22
le_uint16
mCount = SWAPW(markCount);
MarkToBasePosnSubtables.cpp
42
le_uint16
mcCount = SWAPW(classCount);
51
GlyphIterator baseIterator(*glyphIterator, (
le_uint16
) (lfIgnoreMarks /*| lfIgnoreLigatures*/));
55
le_uint16
baseCount = SWAPW(baseArray->baseRecordCount);
95
GlyphIterator gi(baseIterator, (
le_uint16
)0); // copy of baseIterator that won't ignore marks
MultipleSubstSubtables.cpp
37
le_uint16
seqCount = SWAPW(sequenceCount);
42
le_uint16
glyphCount = SWAPW(sequenceTable->glyphCount);
MarkToLigaturePosnSubtables.cpp
41
le_uint16
mcCount = SWAPW(classCount);
50
GlyphIterator ligatureIterator(*glyphIterator, (
le_uint16
) (lfIgnoreMarks /*| lfIgnoreBaseGlyphs*/));
54
le_uint16
ligatureCount = SWAPW(ligatureArray->ligatureCount);
ContextualGlyphInsertionProc2.cpp
26
insertionTable = ((
le_uint16
*) ((char *)&stateTableHeader->stHeader + insertionTableOffset));
39
le_uint16
ContextualGlyphInsertionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index)
42
le_uint16
newState = SWAPW(entry->newStateIndex);
43
le_uint16
flags = SWAPW(entry->flags);
CursiveAttachmentSubtables.cpp
21
le_uint16
eeCount = SWAPW(entryExitCount);
Features.cpp
16
const FeatureTable *FeatureListTable::getFeatureTable(
le_uint16
featureIndex, LETag *featureTag) const
OpenTypeUtilities.cpp
134
le_int32 OpenTypeUtilities::search(
le_uint16
value, const
le_uint16
array[], le_int32 count)
159
void OpenTypeUtilities::sort(
le_uint16
*array, le_int32 count)
163
le_uint16
v = array[j];
MarkToMarkPosnSubtables.cpp
42
le_uint16
mcCount = SWAPW(classCount);
54
le_uint16
mark2Count = SWAPW(mark2Array->mark2RecordCount);
ContextualGlyphSubstProc2.cpp
40
le_uint16
ContextualGlyphSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index)
43
le_uint16
newState = SWAPW(entry->newStateIndex);
44
le_uint16
flags = SWAPW(entry->flags);
ValueRecords.h
22
typedef
le_uint16
ValueFormat;
GlyphPosnLookupProc.cpp
62
le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable,
le_uint16
lookupType,
GlyphSubstLookupProc.cpp
51
le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable,
le_uint16
lookupType,
GlyphIterator.cpp
18
GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft,
le_uint16
theLookupFlags,
79
GlyphIterator::GlyphIterator(GlyphIterator &that,
le_uint16
newLookupFlags)
102
void GlyphIterator::reset(
le_uint16
newLookupFlags, FeatureMask newFeatureMask)
386
le_uint16
markAttachType = (lookupFlags & lfMarkAttachTypeMask) >> lfMarkAttachTypeShift;
StateTableProcessor2.cpp
47
le_uint16
currentState = 0;
LETypes.h
55
typedef uint16_t
le_uint16
;
typedef
101
typedef
le_uint16
TTGlyphID;
IndicRearrangementProcessor2.cpp
38
le_uint16
IndicRearrangementProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index)
41
le_uint16
newState = SWAPW(entry->newStateIndex); // index to the new state
ValueRecords.cpp
280
static const
le_uint16
beforeMasks[] =
Completed in 853 milliseconds
1
2
3
4