Home
last modified time | relevance | path

Searched refs:_lv_svg_render_obj (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/svg/
Dlv_svg_render.h33 typedef struct _lv_svg_render_obj { struct
34 struct _lv_svg_render_obj * next; argument
41 struct _lv_svg_render_obj * head; argument
44 void (*set_paint_ref)(struct _lv_svg_render_obj * obj, lv_vector_draw_dsc_t * dsc, argument
45 const struct _lv_svg_render_obj * target_obj, bool fill);
47 void (*init)(struct _lv_svg_render_obj * obj, const lv_svg_node_t * node); argument
48 …void (*render)(const struct _lv_svg_render_obj * obj, lv_vector_dsc_t * dsc, const lv_matrix_t * m… argument
49 …void (*set_attr)(struct _lv_svg_render_obj * obj, lv_vector_draw_dsc_t * dsc, const lv_svg_attr_t … argument
50 void (*get_bounds)(const struct _lv_svg_render_obj * obj, lv_area_t * area); argument
51 void (*destroy)(struct _lv_svg_render_obj * obj); argument
Dlv_svg.h290 struct _lv_svg_render_obj;
297 struct _lv_svg_render_obj * render_obj;