Home
last modified time | relevance | path

Searched refs:hb_ot_name_record_ids_t (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-subset-input.hh39 struct hb_ot_name_record_ids_t struct
41 hb_ot_name_record_ids_t () = default;
42 hb_ot_name_record_ids_t (unsigned platform_id_, in hb_ot_name_record_ids_t() argument
51 bool operator != (const hb_ot_name_record_ids_t o) const in operator !=() argument
54 inline bool operator == (const hb_ot_name_record_ids_t& o) const in operator ==() argument
78 typedef struct hb_ot_name_record_ids_t hb_ot_name_record_ids_t; argument
111 hb_hashmap_t<hb_ot_name_record_ids_t, hb_bytes_t> *name_table_overrides;
Dhb-ot-name-table.hh147 , const hb_hashmap_t<hb_ot_name_record_ids_t, hb_bytes_t> *name_table_overrides in copy()
156 hb_ot_name_record_ids_t record_ids (platformID, encodingID, languageID, nameID); in copy()
322 , const hb_vector_t<hb_ot_name_record_ids_t>& insert_name_records in serialize()
323 , const hb_hashmap_t<hb_ot_name_record_ids_t, hb_bytes_t> *name_table_overrides in serialize()
354 const hb_ot_name_record_ids_t& ids = insert_name_records[i]; in serialize()
393 const hb_hashmap_t<hb_ot_name_record_ids_t, hb_bytes_t> *name_table_overrides = in subset()
410 hb_ot_name_record_ids_t rec_ids (namerecord.platformID, in subset()
425 hb_vector_t<hb_ot_name_record_ids_t> insert_name_records; in subset()
560 bool has_name_record_with_ids (const hb_ot_name_record_ids_t& record_ids) const in has_name_record_with_ids()
Dhb-subset-input.cc53 input->name_table_overrides = hb_hashmap_create<hb_ot_name_record_ids_t, hb_bytes_t> (); in hb_subset_input_create_or_fail()
596 …input->name_table_overrides->set (hb_ot_name_record_ids_t (platform_id, encoding_id, language_id, … in hb_subset_input_override_name_table()
Dhb-subset-plan.hh211 hb_hashmap_t<hb_ot_name_record_ids_t, hb_bytes_t> *name_table_overrides;
Dhb-subset-plan.cc891 …plan->check_success (plan->name_table_overrides = hb_hashmap_create<hb_ot_name_record_ids_t, hb_by… in hb_subset_plan_create_or_fail()