Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-buffer.hh70 struct hb_buffer_t struct
72 hb_object_header_t header;
78 hb_unicode_funcs_t *unicode; /* Unicode functions */
79 hb_buffer_flags_t flags; /* BOT / EOT / etc. */
80 hb_buffer_cluster_level_t cluster_level;
81 hb_codepoint_t replacement; /* U+FFFD or something else. */
82 hb_codepoint_t invisible; /* 0 or something else. */
83 hb_codepoint_t not_found; /* 0 or something else. */
84 hb_codepoint_t not_found_variation_selector; /* HB_CODEPOINT_INVALID or something else. */
90 hb_buffer_content_type_t content_type;
[all …]
H A Dhb-buffer.h250 typedef struct hb_buffer_t hb_buffer_t; typedef