Searched defs:hb_codepoint_t (Results 1 – 10 of 10) sorted by relevance
/external/harfbuzz_ng/src/OT/Layout/GSUB/ |
D | SingleSubstFormat2.hh | 138 { return hb_pair (glyph_map[p.first], glyph_map[p.second]); }) in subset()
|
D | ReverseChainSingleSubstFormat1.hh | 233 { return hb_pair (glyph_map[p.first], glyph_map[p.second]); }) in subset()
|
/external/harfbuzz_ng/src/OT/Layout/GPOS/ |
D | SinglePosFormat2.hh | 158 { in subset()
|
D | CursivePosFormat1.hh | 287 { return hb_pair (glyph_map[p.first], p.second);}) in subset()
|
/external/harfbuzz_ng/src/ |
D | hb-bit-set-invertible.hh | 160 | hb_map ([](hb_pair_t<hb_codepoint_t, hb_codepoint_t> _) { return _.first == _.second; })); in is_equal()
|
D | hb-common.h | 106 typedef uint32_t hb_codepoint_t; typedef
|
D | hb-ot-cmap-table.hh | 328 { return _.first <= 0xFFFF; }) in serialize() 1801 { return (_.second != HB_MAP_VALUE_INVALID); }) in subset()
|
D | hb-ot-layout-gsubgpos.hh | 2150 …| hb_map ([&](const hb_pair_t<hb_codepoint_t, unsigned> _) { return hb_pair_t<unsigned, const Rule… in closure() 3232 …| hb_map ([&](const hb_pair_t<hb_codepoint_t, unsigned> _) { return hb_pair_t<unsigned, const Chai… in closure()
|
D | hb-ot-layout-common.hh | 1482 … hb_sorted_vector_t<hb_pair_t<hb_codepoint_t, hb_codepoint_t>> &glyph_and_klass, /* IN/OUT */ in ClassDef_remap_and_serialize()
|
/external/harfbuzz_ng/src/graph/ |
D | pairpos-graph.hh | 394 | hb_map_retains_sorting ([&] (hb_pair_t<hb_codepoint_t, hb_codepoint_t> gid_and_class) { in clone_range()
|