OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ligature_table
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
104
OT::GlyphID first_glyphs[ARRAY_LENGTH_CONST (
ligature_table
)];
105
unsigned int first_glyphs_indirection[ARRAY_LENGTH_CONST (
ligature_table
)];
110
OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(
ligature_table
[0].ligatures)];
120
hb_codepoint_t first_u =
ligature_table
[first_glyph_idx].first;
136
for (unsigned int second_glyph_idx = 0; second_glyph_idx < ARRAY_LENGTH (
ligature_table
[0].ligatures); second_glyph_idx++)
138
hb_codepoint_t second_u =
ligature_table
[first_glyph_idx].ligatures[second_glyph_idx].second;
139
hb_codepoint_t ligature_u =
ligature_table
[first_glyph_idx].ligatures[second_glyph_idx].ligature;
hb-ot-shape-complex-arabic-table.hh
364
}
ligature_table
[] =
variable in typeref:struct:ligature_set_t
Completed in 858 milliseconds