Searched defs:hb_paint_context_t (Results 1 – 1 of 1) sorted by relevance
53 struct hb_paint_context_t : struct56 const char *get_name () { return "PAINT"; } in get_name()58 return_t dispatch (const T &obj) { obj.paint_glyph (this); return hb_empty_t (); } in dispatch()59 static return_t default_return_value () { return hb_empty_t (); } in default_return_value()61 const COLR* get_colr_table () const in get_colr_table()65 const void *base;66 hb_paint_funcs_t *funcs;67 void *data;68 hb_font_t *font;69 unsigned int palette_index;[all …]