Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-font-private.hh61 struct hb_font_funcs_t { struct
62 hb_object_header_t header;
65 hb_bool_t immutable;
67 struct {
71 } user_data;
73 struct {
77 } destroy;
80 union get_t {
87 } get;
Dhb-font.h47 typedef struct hb_font_funcs_t hb_font_funcs_t; typedef