Home
last modified time | relevance | path

Searched refs:code_pair (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-cff-common.cc52 hb_vector_t<code_pair> &fdselect_ranges /* OUT */, in hb_plan_subset_cff_fdselect()
79 code_pair pair = { fd, i }; in hb_plan_subset_cff_fdselect()
151 const hb_vector_t<code_pair> &fdselect_ranges) in serialize_fdselect_3_4()
177 const hb_vector_t<code_pair> &fdselect_ranges) in hb_serialize_cff_fdselect()
Dhb-subset-cff1.cc327 struct RangeList : hb_vector_t<code_pair>
335 code_pair &pair = (*this)[i - 1]; in finalize()
488 code_pair pair = { code, glyph }; in plan_subset_encoding()
499 code_pair pair = { supp_codes[i], sid }; in plan_subset_encoding()
541 code_pair pair = { sid, glyph }; in plan_subset_charset()
836 hb_vector_t<code_pair> subset_fdselect_ranges;
854 hb_vector_t<code_pair> subset_enc_supp_codes;
Dhb-ot-cff1-table.hh196 const hb_vector_t<code_pair>& code_ranges, in serialize()
197 const hb_vector_t<code_pair>& supp_codes) in serialize()
470 const hb_vector_t<code_pair>& sid_ranges) in serialize()
Dhb-subset-cff-common.hh980 hb_vector_t<CFF::code_pair> &fdselect_ranges /* OUT */,
990 const hb_vector_t<CFF::code_pair> &fdselect_ranges);
Dhb-subset-cff2.cc423 hb_vector_t<code_pair> subset_fdselect_ranges;
Dhb-ot-cff-common.hh58 struct code_pair struct