Home | History | Annotate | Download | only in src

Lines Matching refs:num_first_glyphs

107   unsigned int num_first_glyphs = 0;
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, (int(*)(const OT::GlyphID*, const OT::GlyphID *)) 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,