Searched defs: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.hh107 unsigned int num_first_glyphs = 0; local
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_bubble_sort (&first_glyphs[0], num_first_glyphs, 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,
[all...]
H A Dhb-ot-layout-gsub-table.hh832 unsigned int num_first_glyphs,
839 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return TRACE_RETURN (false);
840 for (unsigned int i = 0; i < num_first_glyphs; i++)
846 ligature_per_first_glyph_count_list.advance (num_first_glyphs);
847 if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs, num_first_glyphs))) return TRACE_RETURN (false);
873 unsigned int num_first_glyphs,
883 case 1: return TRACE_RETURN (u.format1.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
1261 unsigned int num_first_glyphs,
1268 return TRACE_RETURN (serialize_subtable (c, 0).u.ligature.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
829 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
870 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
1257 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.hh832 unsigned int num_first_glyphs,
839 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return TRACE_RETURN (false);
840 for (unsigned int i = 0; i < num_first_glyphs; i++)
846 ligature_per_first_glyph_count_list.advance (num_first_glyphs);
847 if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs, num_first_glyphs))) return TRACE_RETURN (false);
873 unsigned int num_first_glyphs,
883 case 1: return TRACE_RETURN (u.format1.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
1261 unsigned int num_first_glyphs,
1268 return TRACE_RETURN (serialize_subtable (c, 0).u.ligature.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
829 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
870 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
1257 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 869 milliseconds