/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-ot-hdmx-table.hh | 52 const hb_vector_t<hb_codepoint_pair_t> new_to_old_gid_list, in serialize() 98 const hb_vector_t<hb_codepoint_pair_t> &new_to_old_gid_list, in serialize() 132 | hb_map ([num_input_glyphs, device_record] (hb_codepoint_pair_t _) in subset()
|
H A D | test-map.cc | 82 hb_vector_t<hb_codepoint_pair_t> v (s); in main() 115 using pair_t = hb_codepoint_pair_t; in main() 152 using pair = hb_codepoint_pair_t; in main()
|
H A D | hb-subset-plan-member-list.hh | 36 HB_SUBSET_PLAN_MEMBER (hb_sorted_vector_t<hb_codepoint_pair_t>, unicode_to_new_gid_list) 38 HB_SUBSET_PLAN_MEMBER (hb_sorted_vector_t<hb_codepoint_pair_t>, new_to_old_gid_list)
|
H A D | hb-set.hh | 120 hb_sparseset_t& operator << (const hb_codepoint_pair_t& range) in operator <<() 179 hb_set_t& operator << (const hb_codepoint_pair_t& range) in operator <<()
|
H A D | hb-bit-set-invertible.hh | 139 hb_bit_set_invertible_t& operator << (const hb_codepoint_pair_t& range) in operator <<() 165 | hb_map ([](hb_codepoint_pair_t _) { return _.first == _.second; })); in is_equal()
|
H A D | hb-ot-hmtx-table.hh | 185 const hb_vector_t<hb_codepoint_pair_t> new_to_old_gid_list, in serialize() 240 | hb_map ([c, &_mtx, mtx_map] (hb_codepoint_pair_t _) in subset()
|
H A D | hb-subset-plan.cc | 962 return hb_codepoint_pair_t (gid, glyph_map->get (gid)); in _create_glyph_map_gsub() 975 hb_sorted_vector_t<hb_codepoint_pair_t> *new_to_old_gid_list /* OUT */, in _create_old_gid_to_new_gid_map() 1040 return hb_codepoint_pair_t (_, _); in _create_old_gid_to_new_gid_map() 1057 | hb_map (&hb_codepoint_pair_t::reverse) in _create_old_gid_to_new_gid_map()
|
H A D | test-set.cc | 94 s << hb_codepoint_pair_t {1, 3}; in main()
|
H A D | hb-ot-cmap-table.hh | 470 | hb_filter ([&] (const hb_codepoint_pair_t _) in serialize() 480 hb_vector_t<hb_codepoint_pair_t> cp_to_gid { in serialize() 1951 | hb_filter ([&] (const hb_codepoint_pair_t _) in subset()
|
H A D | hb-map.hh | 561 hb_map_t (std::initializer_list<hb_codepoint_pair_t> lst) : hashmap (lst) {} in hb_map_t()
|
H A D | hb-ot-layout-common.hh | 58 hb_sorted_vector_t<hb_codepoint_pair_t> &glyph_and_klass, /* IN/OUT */ 1498 … hb_sorted_vector_t<hb_codepoint_pair_t> &glyph_and_klass, /* IN/OUT */ in ClassDef_remap_and_serialize() 1589 hb_sorted_vector_t<hb_codepoint_pair_t> glyph_and_klass; in subset() 1849 hb_sorted_vector_t<hb_codepoint_pair_t> glyph_and_klass; in subset()
|
H A D | hb-bit-set.hh | 358 hb_bit_set_t& operator << (const hb_codepoint_pair_t& range) in operator <<()
|
H A D | hb-algs.hh | 691 typedef hb_pair_t<hb_codepoint_t, hb_codepoint_t> hb_codepoint_pair_t; typedef
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/ |
H A D | SingleSubstFormat1.hh | 186 return hb_codepoint_pair_t (g, in subset() 189 | hb_map_retains_sorting ([&] (hb_codepoint_pair_t p) -> hb_codepoint_pair_t in subset()
|
H A D | SingleSubst.hh | 45 const hb_codepoint_pair_t))> 68 auto get_delta = [=] (hb_codepoint_pair_t _) in serialize()
|
H A D | SingleSubstFormat2.hh | 133 hb_codepoint_pair_t))> 162 …orting ([&] (hb_pair_t<hb_codepoint_t, const typename Types::HBGlyphID &> p) -> hb_codepoint_pair_t in subset()
|
H A D | ReverseChainSingleSubstFormat1.hh | 185 hb_requires (hb_is_sorted_source_of (Iterator, hb_codepoint_pair_t)), 233 …_map_retains_sorting ([&] (hb_pair_t<hb_codepoint_t, const HBGlyphID16 &> p) -> hb_codepoint_pair_t in subset()
|
/aosp_15_r20/external/harfbuzz_ng/src/graph/ |
H A D | pairpos-graph.hh | 220 return hb_codepoint_pair_t (gid, class_def_1->get_class (gid)); in split_subtables() 393 return hb_codepoint_pair_t (gid, class_def_1_table->get_class (gid)); in clone_range() 398 | hb_map_retains_sorting ([&] (hb_codepoint_pair_t gid_and_class) { in clone_range() 400 return hb_codepoint_pair_t (gid_and_class.first, gid_and_class.second - start); in clone_range() 526 return hb_codepoint_pair_t (gid, class_def_1.table->get_class (gid)); in shrink()
|
H A D | test-classdef-graph.cc | 32 typedef hb_codepoint_pair_t gid_and_class_t;
|
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/ |
H A D | glyf-helpers.hh | 20 const hb_sorted_vector_t<hb_codepoint_pair_t> new_to_old_gid_list, in _write_loca()
|