Searched refs:hb_pair (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | test-algs.cc | 46 auto p = hb_pair (1, i); in main() 52 auto pc = hb_pair (1, c); in main()
|
D | hb-ot-hmtx-table.hh | 142 return hb_pair (0u, 0); in subset() 143 return hb_pair (_mtx.get_advance (old_gid), _mtx.get_side_bearing (old_gid)); in subset()
|
D | hb-ot-hdmx-table.hh | 144 return hb_pair ((unsigned) device_record->pixelSize, +row); in subset()
|
D | hb-ot-layout-gsub-table.hh | 118 { 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()
|
D | hb-algs.hh | 329 hb_pair (T1&& a, T2&& b) { return hb_pair_t<T1, T2> (a, b); } in hb_pair() function
|
D | hb-ot-layout-gpos-table.hh | 661 return hb_pair (glyph_map[_.first], in subset() 1395 { return hb_pair (glyph_map[p.first], p.second);}) in subset()
|
D | hb-ot-layout-common.hh | 1366 return hb_pair ((hb_codepoint_t)gid, new_klass); in ClassDef_remap_and_serialize()
|