Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-var-common.hh872 struct tuple_variations_t struct
874 hb_vector_t<tuple_delta_t> tuple_vars;
878 hb_hashmap_t<const hb_vector_t<bool>*, hb_vector_t<char>> point_data_map;
880 hb_hashmap_t<const hb_vector_t<bool>*, unsigned> point_set_count_map;
886 hb_vector_t<char> *shared_points_bytes = nullptr;
890 unsigned compiled_byte_size = 4;
893 bool is_composite = false;
903 explicit operator bool () const { return bool (tuple_vars); } in operator bool()
904 unsigned get_var_count () const in get_var_count()
917 unsigned get_compiled_byte_size () const in get_compiled_byte_size()
[all …]
H A Dhb-ot-var-gvar-table.hh47 using tuple_variations_t = TupleVariationData::tuple_variations_t; typedef