Home
last modified time | relevance | path

Searched refs:hb_pair_t (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dtest-algs.cc76 hb_pair_t<const int*, int> xp = hb_pair_t<int *, long> (nullptr, 0); in main()
77 xp = hb_pair_t<int *, double> (nullptr, 1); in main()
78 xp = hb_pair_t<const int*, int> (nullptr, 1); in main()
Dhb-algs.hh301 struct hb_pair_t struct
305 typedef hb_pair_t<T1, T2> pair_t; argument
307 hb_pair_t (T1 a, T2 b) : first (a), second (b) {} in hb_pair_t() argument
312 operator hb_pair_t<Q1, Q2> () { return hb_pair_t<Q1, Q2> (first, second); } in operator hb_pair_t<Q1,Q2>() argument
314 hb_pair_t<T1, T2> reverse () const in reverse() argument
315 { return hb_pair_t<T1, T2> (second, first); } in reverse()
327 #define hb_pair_t(T1,T2) hb_pair_t<T1, T2> argument
328 template <typename T1, typename T2> static inline hb_pair_t<T1, T2>
329 hb_pair (T1&& a, T2&& b) { return hb_pair_t<T1, T2> (a, b); } in hb_pair()
Dhb-map.hh62 hb_pair_t<K, V> get_pair() const { return hb_pair_t<K, V> (key, value); } in get_pair()
214 hb_hashmap_t<K, V, kINVALID, vINVALID>& operator << (const hb_pair_t<K, V>& v)
Dhb-subset-plan.cc167 return hb_pair_t<hb_codepoint_t, hb_codepoint_t> (_, _); in _create_old_gid_to_new_gid_map()
180 | hb_map (&hb_pair_t<hb_codepoint_t, hb_codepoint_t>::reverse) in _create_old_gid_to_new_gid_map()
Dhb-iter.hh521 hb_pair_t<typename A::item_t, typename B::item_t>>
526 typedef hb_pair_t<typename A::item_t, typename B::item_t> __item_t__;
Dhb-ot-layout-gpos-table.hh659 | hb_map_retains_sorting ([&] (const hb_pair_t<hb_codepoint_t, unsigned>& _) in subset()
1394 …| hb_map_retains_sorting ([&] (hb_pair_t<hb_codepoint_t, const EntryExitRecord&> p) -> hb_pair_t<h… in subset()
Dhb-ot-cmap-table.hh1217 return hb_pair_t<hb_codepoint_t, hb_codepoint_t> (_, new_gid); in subset()
1219 | hb_filter ([&] (const hb_pair_t<hb_codepoint_t, hb_codepoint_t> _) in subset()
Dhb-ot-layout-gsub-table.hh37 typedef hb_pair_t<hb_codepoint_t, hb_codepoint_t> hb_codepoint_pair_t;
215 …| hb_map_retains_sorting ([&] (hb_pair_t<hb_codepoint_t, const HBGlyphID &> p) -> hb_codepoint_pai… in subset()
Dhb-ot-layout-gsubgpos.hh1561 | hb_map ([&] (const hb_pair_t<unsigned, const OffsetTo<RuleSet> &> p) in intersects()
2346 | hb_map ([&] (const hb_pair_t<unsigned, const OffsetTo<ChainRuleSet> &> p) in intersects()
Dhb-ot-layout-common.hh1362 | hb_map_retains_sorting ([&] (const HBGlyphID& gid) -> hb_pair_t<hb_codepoint_t, HBUINT16> in ClassDef_remap_and_serialize()