Searched defs:num_ligatures (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh113 unsigned int num_ligatures = 0; local
148 ligature_list[num_ligatures].set (ligature_glyph);
149 component_count_list[num_ligatures] = 2;
150 component_list[num_ligatures].set (second_glyph);
151 num_ligatures++;
155 if (!num_ligatures)
160 OT::Supplier<OT::GlyphID> ligatures_supplier (ligature_list, num_ligatures);
161 OT::Supplier<unsigned int > component_count_supplier (component_count_list, num_ligatures);
162 OT::Supplier<OT::GlyphID> component_supplier (component_list, num_ligatures);
H A Dhb-ot-layout-gsub-table.hh751 unsigned int num_ligatures,
756 if (unlikely (!ligature.serialize (c, num_ligatures))) return TRACE_RETURN (false);
757 for (unsigned int i = 0; i < num_ligatures; i++)
762 ligatures.advance (num_ligatures);
763 component_count_list.advance (num_ligatures);
748 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &ligatures, Supplier<unsigned int> &component_count_list, unsigned int num_ligatures, Supplier<GlyphID> &component_list ) argument

Completed in 120 milliseconds