Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-cff-common.cc56 hb_vector_t<code_pair_t> &fdselect_ranges /* OUT */, in hb_plan_subset_cff_fdselect()
89 code_pair_t pair = { fd, i }; in hb_plan_subset_cff_fdselect()
157 const hb_vector_t<code_pair_t> &fdselect_ranges) in serialize_fdselect_3_4()
183 const hb_vector_t<code_pair_t> &fdselect_ranges) in hb_serialize_cff_fdselect()
Dhb-subset-cff1.cc331 struct range_list_t : hb_vector_t<code_pair_t>
339 code_pair_t &pair = (*this)[i - 1]; in finalize()
499 code_pair_t pair = { code, glyph }; in plan_subset_encoding()
510 code_pair_t pair = { supp_codes[i], sid }; in plan_subset_encoding()
557 code_pair_t pair = { sid, glyph }; in plan_subset_charset()
856 hb_vector_t<code_pair_t> subset_fdselect_ranges;
874 hb_vector_t<code_pair_t> subset_enc_supp_codes;
Dhb-ot-cff1-table.hh181 const hb_vector_t<code_pair_t>& code_ranges, in serialize()
182 const hb_vector_t<code_pair_t>& supp_codes) in serialize()
469 const hb_vector_t<code_pair_t>& sid_ranges) in serialize()
Dhb-subset-cff-common.hh1013 hb_vector_t<CFF::code_pair_t> &fdselect_ranges /* OUT */,
1023 const hb_vector_t<CFF::code_pair_t> &fdselect_ranges);
Dhb-subset-cff2.cc429 hb_vector_t<code_pair_t> subset_fdselect_ranges;
Dhb-ot-cff-common.hh59 struct code_pair_t struct