Searched refs:num_first_glyphs (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh107 unsigned int num_first_glyphs = 0; local
124 first_glyphs[num_first_glyphs].set (first_glyph);
125 ligature_per_first_glyph_count_list[num_first_glyphs] = 0;
126 first_glyphs_indirection[num_first_glyphs] = first_glyph_idx;
127 num_first_glyphs++;
129 hb_stable_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
132 for (unsigned int i = 0; i < num_first_glyphs; i++)
158 OT::Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs, num_first_glyphs);
159 OT::Supplier<unsigned int > ligature_per_first_glyph_count_supplier (ligature_per_first_glyph_count_list, num_first_glyphs);
172 num_first_glyphs,
[all...]
H A Dhb-ot-layout-gsub-table.hh845 unsigned int num_first_glyphs,
852 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return_trace (false);
853 for (unsigned int i = 0; i < num_first_glyphs; i++)
859 ligature_per_first_glyph_count_list.advance (num_first_glyphs);
860 if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs, num_first_glyphs))) return_trace (false);
887 unsigned int num_first_glyphs,
900 num_first_glyphs,
1248 unsigned int num_first_glyphs,
1258 num_first_glyphs,
842 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &first_glyphs, Supplier<unsigned int> &ligature_per_first_glyph_count_list, unsigned int num_first_glyphs, Supplier<GlyphID> &ligatures_list, Supplier<unsigned int> &component_count_list, Supplier<GlyphID> &component_list ) argument
884 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &first_glyphs, Supplier<unsigned int> &ligature_per_first_glyph_count_list, unsigned int num_first_glyphs, Supplier<GlyphID> &ligatures_list, Supplier<unsigned int> &component_count_list, Supplier<GlyphID> &component_list ) argument
1244 serialize_ligature(hb_serialize_context_t *c, uint32_t lookup_props, Supplier<GlyphID> &first_glyphs, Supplier<unsigned int> &ligature_per_first_glyph_count_list, unsigned int num_first_glyphs, Supplier<GlyphID> &ligatures_list, Supplier<unsigned int> &component_count_list, Supplier<GlyphID> &component_list ) argument

Completed in 73 milliseconds