OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LigatureSet
(Results
1 - 3
of
3
) sorted by null
/external/freetype/src/otvalid/
otvgsub.c
259
OTV_NEST3( LigatureSubstFormat1,
LigatureSet
, Ligature );
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
702
struct
LigatureSet
773
ligature; /* Array
LigatureSet
tables
785
unsigned int count =
ligatureSet
.len;
791
(this+
ligatureSet
[iter.get_coverage ()]).closure (c);
800
unsigned int count =
ligatureSet
.len;
805
(this+
ligatureSet
[iter.get_coverage ()]).collect_glyphs (c);
820
const
LigatureSet
&lig_set = this+
ligatureSet
[index];
832
const
LigatureSet
&lig_set = this+
ligatureSet
[index]
[
all
...]
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
408
ligSets = rawTable["
LigatureSet
"]
433
ligSet =
LigatureSet
()
442
return {"Coverage": cov, "
LigatureSet
": ligSets}
447
xmlWriter.begintag("
LigatureSet
", glyph=glyphName)
453
xmlWriter.endtag("
LigatureSet
")
609
elif overflowRecord.itemName == '
LigatureSet
':
Completed in 203 milliseconds