Home
last modified time | relevance | path

Searched defs:hb_codepoint_t (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/GSUB/
DSingleSubstFormat2.hh138 { return hb_pair (glyph_map[p.first], glyph_map[p.second]); }) in subset()
DReverseChainSingleSubstFormat1.hh233 { return hb_pair (glyph_map[p.first], glyph_map[p.second]); }) in subset()
/external/harfbuzz_ng/src/OT/Layout/GPOS/
DSinglePosFormat2.hh158 { in subset()
DCursivePosFormat1.hh287 { return hb_pair (glyph_map[p.first], p.second);}) in subset()
/external/harfbuzz_ng/src/
Dhb-bit-set-invertible.hh160 | hb_map ([](hb_pair_t<hb_codepoint_t, hb_codepoint_t> _) { return _.first == _.second; })); in is_equal()
Dhb-common.h106 typedef uint32_t hb_codepoint_t; typedef
Dhb-ot-cmap-table.hh328 { return _.first <= 0xFFFF; }) in serialize()
1801 { return (_.second != HB_MAP_VALUE_INVALID); }) in subset()
Dhb-ot-layout-gsubgpos.hh2150 …| 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()
Dhb-ot-layout-common.hh1482hb_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/
Dpairpos-graph.hh394 | hb_map_retains_sorting ([&] (hb_pair_t<hb_codepoint_t, hb_codepoint_t> gid_and_class) { in clone_range()