OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ligatureoffset
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/layout/
LigatureSubstProc2.cpp
28
componentOffset(0),
ligatureOffset
(0), entryTable(), ligatureSubstitutionHeader(morphSubtableHeader, success)
34
ligatureOffset
= SWAPL(ligatureSubstitutionHeader->
ligatureOffset
);
74
LEReferenceToArrayOf<TTGlyphID> ligatureTable(stHeader, success,
ligatureOffset
, LE_UNBOUNDED_ARRAY);
LigatureSubstitution.h
34
le_uint32
ligatureOffset
;
LigatureSubstProc2.h
60
le_uint32
ligatureOffset
;
LigatureSubstProc.cpp
101
LEReferenceTo<TTGlyphID>
ligatureOffset
(stHeader, success, i);
102
TTGlyphID ligatureGlyph = SWAPW(*
ligatureOffset
.getAlias());
Completed in 62 milliseconds