Home
last modified time | relevance | path

Searched defs:tuple_variations_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-var-common.hh1059 struct tuple_variations_t struct
1061 hb_vector_t<tuple_delta_t> tuple_vars;
1065 hb_hashmap_t<const hb_vector_t<bool>*, hb_bytes_t> point_data_map;
1067 hb_hashmap_t<const hb_vector_t<bool>*, unsigned> point_set_count_map;
1073 hb_bytes_t shared_points_bytes;
1077 unsigned compiled_byte_size = 4;
1085 ~tuple_variations_t () { fini (); } in ~tuple_variations_t()
1086 void fini () in fini()
1095 explicit operator bool () const { return bool (tuple_vars); } in operator bool()
1096 unsigned get_var_count () const in get_var_count()
[all …]
Dhb-ot-var-gvar-table.hh47 using tuple_variations_t = TupleVariationData::tuple_variations_t; typedef