Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nema_gfx/
Dlv_nema_gfx_path.h74 void lv_nema_gfx_path_line_to(lv_nema_gfx_path_t * nema_gfx_path,
Dlv_nema_gfx_path.c113 void lv_nema_gfx_path_line_to(lv_nema_gfx_path_t * path, float x, float y) in lv_nema_gfx_path_line_to() function
Dlv_draw_nema_gfx_label.c230 lv_nema_gfx_path_line_to(outline, param->to.x, param->to.y); in lv_nema_gfx_outline_push()