OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ligaturecoverage
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/layout/
MarkToLigaturePosnSubtables.cpp
52
le_int32
ligatureCoverage
= getBaseCoverage(base, (LEGlyphID) ligatureGlyph, success);
56
if (
ligatureCoverage
< 0 ||
ligatureCoverage
>= ligatureCount) {
64
Offset ligatureAttachOffset = SWAPW(ligatureArray->ligatureAttachTableOffsetArray[
ligatureCoverage
]);
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
484
'Coverage': ('MarkCoverage', 'BaseCoverage', '
LigatureCoverage
', 'Mark1Coverage',
otData.py
236
('Offset', '
LigatureCoverage
', None, None, 'Offset to Ligature Coverage table-from beginning of MarkLigPos subtable'),
244
('Offset', 'LigatureAttach', 'LigatureCount', 0, 'Array of offsets to LigatureAttach tables-from beginning of LigatureArray table-ordered by
LigatureCoverage
Index'),
[
all
...]
/external/fonttools/Lib/fontTools/
subset.py
316
ligature_indices = self.
LigatureCoverage
.subset(s.glyphs)
[
all
...]
Completed in 340 milliseconds