Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-type.hh1486 struct TupleValues struct
1488 enum packed_value_flag_t
1498 static unsigned compile (hb_array_t<const int> values, /* IN */ in compile()
1519 static unsigned encode_value_run_as_zeroes (unsigned& i, in encode_value_run_as_zeroes()
1548 static unsigned encode_value_run_as_bytes (unsigned &i, in encode_value_run_as_bytes()
1602 static unsigned encode_value_run_as_words (unsigned &i, in encode_value_run_as_words()
1663 static unsigned encode_value_run_as_longs (unsigned &i, in encode_value_run_as_longs()
1721 static bool decompile (const HBUINT8 *&p /* IN/OUT */, in decompile()
1777 struct iter_t : hb_iter_with_fallback_t<iter_t, int>