Searched refs:num_ligatures (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh118 unsigned int num_ligatures = 0; local
153 ligature_list[num_ligatures].set (ligature_glyph);
154 component_count_list[num_ligatures] = 2;
155 component_list[num_ligatures].set (second_glyph);
156 num_ligatures++;
162 OT::Supplier<OT::GlyphID> ligatures_supplier (ligature_list, num_ligatures);
163 OT::Supplier<unsigned int > component_count_supplier (component_count_list, num_ligatures);
164 OT::Supplier<OT::GlyphID> component_supplier (component_list, num_ligatures);
H A Dhb-ot-layout-gsub-table.hh732 unsigned int num_ligatures,
737 if (unlikely (!ligature.serialize (c, num_ligatures))) return TRACE_RETURN (false);
738 for (unsigned int i = 0; i < num_ligatures; i++)
743 ligatures.advance (num_ligatures);
744 component_count_list.advance (num_ligatures);
729 serialize(hb_serialize_context_t *c, Supplier<GlyphID> &ligatures, Supplier<unsigned int> &component_count_list, unsigned int num_ligatures, Supplier<GlyphID> &component_list ) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh118 unsigned int num_ligatures = 0; local
153 ligature_list[num_ligatures].set (ligature_glyph);
154 component_count_list[num_ligatures] = 2;
155 component_list[num_ligatures].set (second_glyph);
156 num_ligatures++;
162 OT::Supplier<OT::GlyphID> ligatures_supplier (ligature_list, num_ligatures);
163 OT::Supplier<unsigned int > component_count_supplier (component_count_list, num_ligatures);
164 OT::Supplier<OT::GlyphID> component_supplier (component_list, num_ligatures);
H A Dhb-ot-layout-gsub-table.hh725 unsigned int num_ligatures,
730 if (unlikely (!ligature.serialize (c, num_ligatures))) return TRACE_RETURN (false);
731 for (unsigned int i = 0; i < num_ligatures; i++)
736 ligatures.advance (num_ligatures);
737 component_count_list.advance (num_ligatures);
722 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 152 milliseconds