Searched defs: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.hh104 OT::GlyphID first_glyphs[ARRAY_LENGTH_CONST (ligature_table)]; local
106 unsigned int ligature_per_first_glyph_count_list[ARRAY_LENGTH_CONST (first_glyphs)];
110 OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
118 for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (first_glyphs); first_glyph_idx++)
124 first_glyphs[num_first_glyphs].set (first_glyph);
129 hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
158 OT::Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs, num_first_glyphs);
H A Dhb-ot-layout-gsub-table.hh830 Supplier<GlyphID> &first_glyphs,
847 if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs, num_first_glyphs))) return TRACE_RETURN (false);
871 Supplier<GlyphID> &first_glyphs,
883 case 1: return TRACE_RETURN (u.format1.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
1259 Supplier<GlyphID> &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.hh109 OT::GlyphID first_glyphs[ARRAY_LENGTH_CONST (ligature_table)]; local
111 unsigned int ligature_per_first_glyph_count_list[ARRAY_LENGTH_CONST (first_glyphs)];
115 OT::GlyphID ligature_list[ARRAY_LENGTH_CONST (first_glyphs) * ARRAY_LENGTH_CONST(ligature_table[0].ligatures)];
123 for (unsigned int first_glyph_idx = 0; first_glyph_idx < ARRAY_LENGTH (first_glyphs); first_glyph_idx++)
129 first_glyphs[num_first_glyphs].set (first_glyph);
134 hb_bubble_sort (&first_glyphs[0], num_first_glyphs, OT::GlyphID::cmp, &first_glyphs_indirection[0]);
160 OT::Supplier<OT::GlyphID> first_glyphs_supplier (first_glyphs, num_first_glyphs);
H A Dhb-ot-layout-gsub-table.hh830 Supplier<GlyphID> &first_glyphs,
847 if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs, num_first_glyphs))) return TRACE_RETURN (false);
871 Supplier<GlyphID> &first_glyphs,
883 case 1: return TRACE_RETURN (u.format1.serialize (c, first_glyphs, ligature_per_first_glyph_count_list, num_first_glyphs,
1259 Supplier<GlyphID> &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 106 milliseconds