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.hh59 struct hb_font_funcs_t { struct
60 hb_object_header_t header;
63 hb_bool_t immutable;
67 struct {
71 } get;
73 struct {
77 } user_data;
79 struct {
83 } destroy;
Dhb-font.h120 typedef struct hb_font_funcs_t hb_font_funcs_t; typedef