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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh112 unsigned int num_first_glyphs = 0; local
129 first_glyphs[num_first_glyphs].set (first_glyph);
130 ligature_per_first_glyph_count_list[num_first_glyphs] = 0;
131 first_glyphs_indirection[num_first_glyphs] = first_glyph_idx;
132 num_first_glyphs++;
134 hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
137 for (unsigned int i = 0; i < num_first_glyphs; i++)
160 OT::Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs, num_first_glyphs);
161 OT::Supplier<unsigned int > ligature_per_first_glyph_count_supplier (ligature_per_first_glyph_count_list, num_first_glyphs);
174 num_first_glyphs,
[all...]
H A Dhb-ot-layout-gsub-table.hh813 unsigned int num_first_glyphs,
820 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return TRACE_RETURN (false);
821 for (unsigned int i = 0; i < num_first_glyphs; i++)
827 ligature_per_first_glyph_count_list.advance (num_first_glyphs);
828 if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs, num_first_glyphs))) return TRACE_RETURN (false);
854 unsigned int num_first_glyphs,
864 case 1: return TRACE_RETURN (u.format1.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
1288 unsigned int num_first_glyphs,
1295 return TRACE_RETURN (serialize_subtable (c, 0).u.ligature.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
810 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
851 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
1284 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
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-arabic-fallback.hh112 unsigned int num_first_glyphs = 0; local
129 first_glyphs[num_first_glyphs].set (first_glyph);
130 ligature_per_first_glyph_count_list[num_first_glyphs] = 0;
131 first_glyphs_indirection[num_first_glyphs] = first_glyph_idx;
132 num_first_glyphs++;
134 hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
137 for (unsigned int i = 0; i < num_first_glyphs; i++)
160 OT::Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs, num_first_glyphs);
161 OT::Supplier<unsigned int > ligature_per_first_glyph_count_supplier (ligature_per_first_glyph_count_list, num_first_glyphs);
174 num_first_glyphs,
[all...]
H A Dhb-ot-layout-gsub-table.hh806 unsigned int num_first_glyphs,
813 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return TRACE_RETURN (false);
814 for (unsigned int i = 0; i < num_first_glyphs; i++)
820 ligature_per_first_glyph_count_list.advance (num_first_glyphs);
821 if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs, num_first_glyphs))) return TRACE_RETURN (false);
847 unsigned int num_first_glyphs,
857 case 1: return TRACE_RETURN (u.format1.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
1281 unsigned int num_first_glyphs,
1288 return TRACE_RETURN (serialize_subtable (c, 0).u.ligature.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
803 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
844 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
1277 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 63 milliseconds