Home
last modified time | relevance | path

Searched refs:lv_vector_path_get_bounding (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/draw/
Dlv_draw_vector.h181 void lv_vector_path_get_bounding(const lv_vector_path_t * path, lv_area_t * area);
Dlv_draw_vector.c207 void lv_vector_path_get_bounding(const lv_vector_path_t * path, lv_area_t * area) in lv_vector_path_get_bounding() function
/lvgl-latest/src/libs/svg/
Dlv_svg_render.c1604 lv_vector_path_get_bounding(text->path, &text->bounds); in _render_text()
1666 lv_vector_path_get_bounding(span->path, &span->bounds); in _render_span()