HomeSort by relevance Sort by last modified time
    Searched refs:num_ligatures (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh 113 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);
hb-ot-layout-gsub-table.hh 749 unsigned int num_ligatures,
754 if (unlikely (!ligature.serialize (c, num_ligatures))) return_trace (false);
755 for (unsigned int i = 0; i < num_ligatures; i++)
760 ligatures.advance (num_ligatures);
761 component_count_list.advance (num_ligatures);
    [all...]

Completed in 45 milliseconds