OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LigatureSet
(Results
1 - 7
of
7
) sorted by null
/external/harfbuzz/src/
harfbuzz-dump.c
320
DEF_DUMP (
LigatureSet
)
324
DUMP_FUINT (
LigatureSet
, LigatureCount);
326
for (i=0; i <
LigatureSet
->LigatureCount; i++)
327
RECURSE_NUM (Ligature, i, Ligature, &
LigatureSet
->Ligature[i]);
342
RECURSE_NUM (
LigatureSet
, i,
LigatureSet
, &LigatureSubst->
LigatureSet
[i]);
harfbuzz-gsub-private.h
149
HB_LigatureSet*
LigatureSet
; /* array of
LigatureSet
tables */
152
HB_UShort LigatureSetCount; /* number of
LigatureSet
tables */
harfbuzz-gsub.c
771
/*
LigatureSet
*/
884
ls->
LigatureSet
= NULL;
886
if ( ALLOC_ARRAY( ls->
LigatureSet
, count, HB_LigatureSet ) )
889
lset = ls->
LigatureSet
;
929
if ( ls->
LigatureSet
)
932
lset = ls->
LigatureSet
;
975
lig = ls->
LigatureSet
[index].Ligature;
977
for ( numlig = ls->
LigatureSet
[index].LigatureCount;
[
all
...]
/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 */
harfbuzz-gsub.c
771
/*
LigatureSet
*/
884
ls->
LigatureSet
= NULL;
886
if ( ALLOC_ARRAY( ls->
LigatureSet
, count, HB_LigatureSet ) )
889
lset = ls->
LigatureSet
;
929
if ( ls->
LigatureSet
)
932
lset = ls->
LigatureSet
;
975
lig = ls->
LigatureSet
[index].Ligature;
977
for ( numlig = ls->
LigatureSet
[index].LigatureCount;
[
all
...]
/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
...]
Completed in 494 milliseconds