/external/harfbuzz_ng/src/ |
D | hb-vector.hh | 36 struct hb_vector_t struct 41 hb_vector_t () { init (); } in hb_vector_t() argument 42 hb_vector_t (const hb_vector_t &o) in hb_vector_t() argument 48 hb_vector_t (hb_vector_t &&o) in hb_vector_t() function 55 ~hb_vector_t () { fini (); } in ~hb_vector_t() argument 85 hb_vector_t& operator = (const hb_vector_t &o) in operator =() argument 92 hb_vector_t& operator = (hb_vector_t &&o) in operator =() argument 105 bool operator == (const hb_vector_t &o) const { return as_array () == o.as_array (); } in operator ==() argument 106 bool operator != (const hb_vector_t &o) const { return !(*this == o); } in operator !=() argument 132 hb_vector_t& operator << (T&& v) { push (hb_forward<T> (v)); return *this; } in operator <<() argument [all …]
|
D | hb-ot-var-gvar-table.hh | 53 struct contour_point_vector_t : hb_vector_t<contour_point_t> 215 bool get_shared_indices (hb_vector_t<unsigned int> &shared_indices /* OUT */) in get_shared_indices() 265 hb_vector_t<unsigned int> &shared_indices /* OUT */, in get_tuple_iterator() 277 hb_vector_t<unsigned int> &points /* OUT */, in unpack_points() 330 hb_vector_t<int> &deltas /* IN/OUT */, in unpack_deltas() 570 hb_vector_t<unsigned int> shared_indices; in apply_deltas_to_points() 598 hb_vector_t<unsigned int> private_indices; in apply_deltas_to_points() 606 hb_vector_t<int> x_deltas; in apply_deltas_to_points() 610 hb_vector_t<int> y_deltas; in apply_deltas_to_points() 694 hb_vector_t<F2DOT14> shared_tuples;
|
D | hb-ot-cff-common.hh | 65 typedef hb_vector_t<unsigned char> str_buff_t; 66 struct str_buff_vec_t : hb_vector_t<str_buff_t> 79 typedef hb_vector_t<str_buff_t> SUPER; 261 const hb_vector_t<unsigned int> &dataSizeArray, in serialize() 299 hb_vector_t<unsigned int> &dataSizeArray, /* OUT */ in calculate_serialized_size() 409 const hb_vector_t<DICTVAL> &fontDicts, in serialize() 443 const hb_vector_t<DICTVAL> &fontDicts, in serialize() 447 const hb_vector_t<table_info_t> &privateInfos) in serialize() 482 const hb_vector_t<DICTVAL> &fontDicts, in calculate_serialized_size()
|
D | hb-ot-map.hh | 171 hb_vector_t<lookup_map_t> lookups[2]; /* GSUB/GPOS */ 172 hb_vector_t<stage_map_t> stages[2]; /* GSUB/GPOS */ 278 hb_vector_t<feature_info_t> feature_infos; 279 hb_vector_t<stage_info_t> stages[2]; /* GSUB/GPOS */
|
D | hb-subset-cff-common.cc | 56 hb_vector_t<code_pair_t> &fdselect_ranges /* OUT */, in hb_plan_subset_cff_fdselect() 157 const hb_vector_t<code_pair_t> &fdselect_ranges) in serialize_fdselect_3_4() 183 const hb_vector_t<code_pair_t> &fdselect_ranges) in hb_serialize_cff_fdselect()
|
D | hb-subset-cff-common.hh | 150 hb_vector_t<table_info_t> localSubrsInfos; 364 hb_vector_t<hb_set_t *> local_closures; 465 struct parsed_cs_str_vec_t : hb_vector_t<parsed_cs_str_t> 477 typedef hb_vector_t<parsed_cs_str_t> SUPER; 605 hb_vector_t<subr_remap_t> local_remaps; 996 hb_vector_t<parsed_cs_str_vec_t> parsed_local_subrs; 1013 hb_vector_t<CFF::code_pair_t> &fdselect_ranges /* OUT */, 1023 const hb_vector_t<CFF::code_pair_t> &fdselect_ranges);
|
D | test-iter.cc | 122 hb_vector_t<int> v; in main() 155 test_iterable<hb_vector_t<float>> (); in main() 178 hb_array_t<hb_vector_t<int>> pa; in main()
|
D | hb-uniscribe.cc | 621 hb_vector_t<OPENTYPE_FEATURE_RECORD> feature_records; in _hb_uniscribe_shape() 622 hb_vector_t<range_record_t> range_records; in _hb_uniscribe_shape() 626 hb_vector_t<feature_event_t> feature_events; in _hb_uniscribe_shape() 661 hb_vector_t<active_feature_t> active_features; in _hb_uniscribe_shape() 839 hb_vector_t<TEXTRANGE_PROPERTIES*> range_properties; in _hb_uniscribe_shape() 840 hb_vector_t<int> range_char_counts; in _hb_uniscribe_shape()
|
D | hb-cff2-interp-cs.hh | 73 hb_vector_t<number_t> deltas; 189 hb_vector_t<float> scalars;
|
D | hb-aat-map.hh | 47 hb_vector_t<hb_mask_t> chain_flags;
|
D | hb-pool.hh | 98 hb_vector_t<chunk_t *> chunks;
|
D | hb-ot-cff1-table.hh | 149 void get_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_codes() 181 const hb_vector_t<code_pair_t>& code_ranges, in serialize() 182 const hb_vector_t<code_pair_t>& supp_codes) in serialize() 281 void get_supplement_codes (hb_codepoint_t sid, hb_vector_t<hb_codepoint_t> &codes) const in get_supplement_codes() 469 const hb_vector_t<code_pair_t>& sid_ranges) in serialize() 1191 hb_vector_t<cff1_font_dict_values_t> fontDicts; 1192 hb_vector_t<PRIVDICTVAL> privateDicts;
|
D | hb-subset-cff1.cc | 331 struct range_list_t : hb_vector_t<code_pair_t> 474 hb_vector_t<hb_codepoint_t> supp_codes; in plan_subset_encoding() 848 hb_vector_t<unsigned int> topdict_sizes; 856 hb_vector_t<code_pair_t> subset_fdselect_ranges; 864 hb_vector_t<str_buff_vec_t> subset_localsubrs; 865 hb_vector_t<font_dict_values_mod_t> fontdicts_mod; 874 hb_vector_t<code_pair_t> subset_enc_supp_codes;
|
D | hb-ot-glyf-table.hh | 165 hb_vector_t<SubsetGlyph> glyphs; in subset() 183 hb_vector_t<SubsetGlyph> *glyphs /* OUT */) const in _populate_subset_glyphs() 569 hb_vector_t<unsigned int> &end_points_ /* OUT */, in get_contour_points() 653 hb_vector_t<unsigned int> &end_points_ /* OUT */, in get_contour_points() 714 hb_vector_t<unsigned int> &end_points_ /* OUT */, in get_contour_points() 852 hb_vector_t<unsigned int> end_points; in get_points_var()
|
D | hb-cff-interp-common.hh | 374 typedef hb_vector_t<byte_str_t> byte_str_array_t; 464 hb_vector_t<ELEM> elements; 589 hb_vector_t<VAL> values;
|
D | hb-bimap.hh | 149 hb_vector_t <hb_codepoint_t> work; in sort()
|
D | hb-subset-cff2.cc | 429 hb_vector_t<code_pair_t> subset_fdselect_ranges; 435 hb_vector_t<str_buff_vec_t> subset_localsubrs; 436 hb_vector_t<table_info_t> privateDictInfos;
|
D | hb-serialize.hh | 78 hb_vector_t<link_t> links; 459 hb_vector_t<object_t *> packed;
|
D | hb-coretext.cc | 465 hb_vector_t<feature_record_t> feature_records; in _hb_coretext_shape() 466 hb_vector_t<range_record_t> range_records; in _hb_coretext_shape() 475 hb_vector_t<feature_event_t> feature_events; in _hb_coretext_shape() 514 hb_vector_t<active_feature_t> active_features; in _hb_coretext_shape()
|
D | hb-ot-cff2-table.hh | 525 hb_vector_t<cff2_font_dict_values_t> fontDicts; 526 hb_vector_t<PRIVDICTVAL> privateDicts;
|
D | hb-ot-post-table.hh | 244 hb_vector_t<uint32_t> index_to_offset;
|
D | hb-object.hh | 48 hb_vector_t<item_t> items;
|
D | hb-subset.cc | 77 hb_vector_t<char> buf; in _subset2()
|
D | hb-ot-name-table.hh | 317 hb_vector_t<hb_ot_name_entry_t> names;
|
D | hb-face.cc | 604 hb_vector_t<table_entry_t> tables;
|