Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common.hh2315 struct delta_row_encoding_t struct
2319 hb_vector_t<uint8_t> chars;
2320 unsigned width = 0;
2321 hb_vector_t<uint8_t> columns;
2322 unsigned overhead = 0;
2323 hb_vector_t<const hb_vector_t<int>*> items;
2326 delta_row_encoding_t (hb_vector_t<uint8_t>&& chars_, in delta_row_encoding_t() argument
2338 bool is_empty () const in is_empty()
2341 static hb_vector_t<uint8_t> get_row_chars (const hb_vector_t<int>& row) in get_row_chars()
2383 inline unsigned get_width () in get_width()
[all …]