OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ligature_list
(Results
1 - 1
of
1
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
110
OT::GlyphID
ligature_list
[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
local
111
unsigned int component_count_list[ARRAY_LENGTH_CONST (
ligature_list
)];
112
OT::GlyphID component_list[ARRAY_LENGTH_CONST (
ligature_list
) * 1/* One extra component per ligature */];
148
ligature_list
[num_ligatures].set (ligature_glyph);
160
OT::Supplier<OT::GlyphID> ligatures_supplier (
ligature_list
, num_ligatures);
165
char buf[ARRAY_LENGTH_CONST (
ligature_list
) * 16 + 128];
Completed in 35 milliseconds