Home
last modified time | relevance | path

Searched refs:hb_pair (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/
Dtest-algs.cc46 auto p = hb_pair (1, i); in main()
52 auto pc = hb_pair (1, c); in main()
Dhb-ot-hmtx-table.hh142 return hb_pair (0u, 0); in subset()
143 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset()
Dhb-ot-hdmx-table.hh144 return hb_pair ((unsigned) device_record->pixelSize, +row); in subset()
Dhb-ot-layout-gsub-table.hh118 { return hb_pair (glyph_map[p.first], glyph_map[p.second]); }) in subset()
216 { return hb_pair (glyph_map[p.first], glyph_map[p.second]); }) in subset()
Dhb-algs.hh329 hb_pair (T1&& a, T2&& b) { return hb_pair_t<T1, T2> (a, b); } in hb_pair() function
Dhb-ot-layout-gpos-table.hh661 return hb_pair (glyph_map[_.first], in subset()
1395 { return hb_pair (glyph_map[p.first], p.second);}) in subset()
Dhb-ot-layout-common.hh1366 return hb_pair ((hb_codepoint_t)gid, new_klass); in ClassDef_remap_and_serialize()