Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nema_gfx/
Dlv_nema_gfx_path.h71 void lv_nema_gfx_path_move_to(lv_nema_gfx_path_t * nema_gfx_path,
Dlv_nema_gfx_path.c103 void lv_nema_gfx_path_move_to(lv_nema_gfx_path_t * path, float x, float y) in lv_nema_gfx_path_move_to() function
Dlv_draw_nema_gfx_label.c227 lv_nema_gfx_path_move_to(outline, param->to.x, param->to.y); in lv_nema_gfx_outline_push()