OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LigatureSet
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh
684
struct
LigatureSet
754
ligature; /* Array
LigatureSet
tables
768
(this+
ligatureSet
[iter.get_coverage ()]).closure (c);
778
(this+
ligatureSet
[iter.get_coverage ()]).collect_glyphs (c);
793
const
LigatureSet
&lig_set = this+
ligatureSet
[index];
805
const
LigatureSet
&lig_set = this+
ligatureSet
[index];
819
if (unlikely (!
ligatureSet
.serialize (c, num_first_glyphs))) return TRACE_RETURN (false);
821
if (unlikely (!
ligatureSet
[i].serialize (c, this).serialize (c
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh
678
struct
LigatureSet
748
ligature; /* Array
LigatureSet
tables
762
(this+
ligatureSet
[iter.get_coverage ()]).closure (c);
772
(this+
ligatureSet
[iter.get_coverage ()]).collect_glyphs (c);
787
const
LigatureSet
&lig_set = this+
ligatureSet
[index];
799
const
LigatureSet
&lig_set = this+
ligatureSet
[index];
813
if (unlikely (!
ligatureSet
.serialize (c, num_first_glyphs))) return TRACE_RETURN (false);
815
if (unlikely (!
ligatureSet
[i].serialize (c, this).serialize (c
[
all
...]
/external/harfbuzz/src/
harfbuzz-gsub-private.h
149
HB_LigatureSet*
LigatureSet
; /* array of
LigatureSet
tables */
152
HB_UShort LigatureSetCount; /* number of
LigatureSet
tables */
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h
149
HB_LigatureSet*
LigatureSet
; /* array of
LigatureSet
tables */
152
HB_UShort LigatureSetCount; /* number of
LigatureSet
tables */
Completed in 79 milliseconds