Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-paint.hh49 struct hb_paint_funcs_t struct
51 hb_object_header_t header;
53 struct {
57 } func;
59 struct {
63 } *user_data;
65 struct {
69 } *destroy;
71 void push_transform (void *paint_data, in push_transform()
78 void pop_transform (void *paint_data) in pop_transform()
[all …]
H A Dhb-paint.h63 typedef struct hb_paint_funcs_t hb_paint_funcs_t; typedef